Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.PlatformInfo
Package
Description
This package mainly contains the database platform abstraction,
org.apache.ddlutils.Platform
and the factory to create instances for individual platforms,
org.apache.ddlutils.PlatformFactory
.
Contains the algorithm for comparing two database models and determining
what needs to be changed to migrate one to the other.
This package contains the platform implementations for the individual databases.
-
Uses of PlatformInfo in edu.internet2.middleware.grouper.ext.org.apache.ddlutils
Modifier and TypeMethodDescriptionPlatform.getPlatformInfo()
Returns the info object for this platform. -
Uses of PlatformInfo in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration
ModifierConstructorDescriptionModelComparator
(PlatformInfo platformInfo, boolean caseSensitive) Creates a new model comparator object. -
Uses of PlatformInfo in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform
Modifier and TypeMethodDescriptionJdbcModelReader.getPlatformInfo()
Returns the platform specific settings.PlatformImplBase.getPlatformInfo()
Returns the info object for this platform.SqlBuilder.getPlatformInfo()
Returns the platform info object.