See: Description
| Class | Description |
|---|---|
| CreationParameters |
Contains parameters used in the table creation.
|
| DatabaseMetaDataWrapper |
Wrapper class for database meta data that stores additional info.
|
| DefaultTableDefinitionChangesPredicate |
This is the default predicate for filtering supported table definition changes
in the
ModelComparator. |
| DefaultValueHelper |
Helper class for dealing with default values, e.g.
|
| JdbcModelReader |
An utility class to create a Database model from a live database.
|
| MetaDataColumnDescriptor |
Describes a column in a metadata result set.
|
| ModelBasedResultSetIterator |
This is an iterator that is specifically targeted at traversing result sets.
|
| PlatformImplBase |
Base class for platform implementations.
|
| SqlBuilder |
This class is a collection of Strategy methods for creating the DDL required to create and drop
databases and tables.
|
This package contains the platform implementations for the individual databases.
These are usually not used directly but rather created via the
PlatformFactory class and used through their base
interface Platform.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.