|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlatformInfo | |
|---|---|
| org.apache.ddlutils |
This package mainly contains the database platform abstraction, Platform
and the factory to create instances for individual platforms,
PlatformFactory. |
| org.apache.ddlutils.alteration | Contains the algorithm for comparing two database models and determining what needs to be changed to migrate one to the other. |
| org.apache.ddlutils.platform | This package contains the platform implementations for the individual databases. |
| Uses of PlatformInfo in org.apache.ddlutils |
|---|
| Methods in org.apache.ddlutils that return PlatformInfo | |
|---|---|
PlatformInfo |
Platform.getPlatformInfo()
Returns the info object for this platform. |
| Uses of PlatformInfo in org.apache.ddlutils.alteration |
|---|
| Constructors in org.apache.ddlutils.alteration with parameters of type PlatformInfo | |
|---|---|
ModelComparator(PlatformInfo platformInfo,
boolean caseSensitive)
Creates a new model comparator object. |
|
| Uses of PlatformInfo in org.apache.ddlutils.platform |
|---|
| Methods in org.apache.ddlutils.platform that return PlatformInfo | |
|---|---|
PlatformInfo |
SqlBuilder.getPlatformInfo()
Returns the platform info object. |
PlatformInfo |
JdbcModelReader.getPlatformInfo()
Returns the platform specific settings. |
PlatformInfo |
PlatformImplBase.getPlatformInfo()
Returns the info object for this platform. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||