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 |
The default dialect factory exported as OSGi service or
provided through DialectFactory.newInstance() . |
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. a enumeration of these can be found here:
http://www.camden.rutgers.edu/HELP/Documentation/Oracle/server.815/a42525/apb.htm
Warning: The status of this implementation is beta. |
PostgreSQLDialect |
This class implements Dialect for PostgreSQL 8.3 |
SchemaCheckerBean |
This is the workhorse for executing schema update snippets. |
SchemaEngineFactoryImpl |
A schema factory implementation, which is mainly used for providing a
singleton OSGi factory service for ISchemaEngine instances. |
SchemaEngineImpl |
The default implementation of the schema engine. |