Class Summary |
ColumnHelper |
Helper functions to play with ColumnInfo objects. |
DDLHelper |
Static helper methods to construct SQL queries for schema manipulations. |
DerbyDialect |
This class implements Dialect for Derby 10.x |
DialectFactoryImpl |
|
DropColumnCommand |
This class implements a rollback-enabled variant of a drop column
statement. |
DropTableCommand |
This class implements a rollback-enabled variant of a drop table
statement. |
MSSQLServerDialect |
This class implements Dialect for MySQL 5.0.x |
MySQLDialect |
This class implements Dialect for MySQL 5.0.x |
NameHelper |
|
OracleDialect |
This class implements Dialect for Oracle 10.0.x
Oracle has a long list of key- and reserved words, which is a common reason for failures while creating
tables etc. |
PostgreSQLDialect |
This class implements Dialect for PostgreSQL 8.3 |
SchemaEngineImpl |
The default implementation of the schema engine. |