Uses of Class
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.PlatformInfo
Packages that use 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
Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils that return PlatformInfoModifier and TypeMethodDescriptionPlatform.getPlatformInfo()
Returns the info object for this platform. -
Uses of PlatformInfo in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration
Constructors in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.alteration with parameters of type PlatformInfoModifierConstructorDescriptionModelComparator
(PlatformInfo platformInfo, boolean caseSensitive) Creates a new model comparator object. -
Uses of PlatformInfo in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform
Methods in edu.internet2.middleware.grouper.ext.org.apache.ddlutils.platform that return PlatformInfoModifier and TypeMethodDescriptionJdbcModelReader.getPlatformInfo()
Returns the platform specific settings.PlatformImplBase.getPlatformInfo()
Returns the info object for this platform.SqlBuilder.getPlatformInfo()
Returns the platform info object.