Class | Description |
---|---|
CleanupHSQL1 |
This class is used to commit outstanding transactions in HSQL v1 databases.
|
Column |
A generic representation of an SQL column.
|
DatabaseFactory |
A factory to instantiate and enumerate database types.
|
DatabaseType |
This class provides utility routines for accessing SQL databases.
|
HSQL |
An implementation of DatabaseType for HSQL.
|
MySQL |
An implementation of DatabaseType for MySQL.
|
Oracle |
An implementation of DatabaseType for Oracle.
|
PostgreSQL |
An implementation of DatabaseType for PostgreSQL.
|
Schema |
A generic representation of an SQL schema.
|
Table |
A generic representation of an SQL table.
|
Table.ColumnConstraint | |
Table.ForeignKey |
A class for foreign keys.
|
Enum | Description |
---|---|
Column.Type |
Data types.
|
DatabaseFactory.Parameter | |
Table.IndexType |
Index types.
|