Interface | Description |
---|---|
IDatabase |
This interface should be implemented by database manager classes that want to provide a connection
to the database.
|
IDBTokenMappings |
This interfaces should be implemented by classes that want
to translate a parts of a SQL Query from MySQL to another
native type of SQL.
|
Class | Description |
---|---|
AbstractGenericDatabase |
This class contains methods for database connections that are generic for all
database implementations.
|
DBRegExpTokenMapping |
This is used to translate DB tokens from MySQL to another
database.
|
Field |
This is used to represent a field in a database table.
|
HSQLDatabase |
This is a database manager class were the database is connected directly via
TCP/IP to to a memory only database called HSQLDB.
|
Messages |
Message bundle class
|
MysqlDatabase |
This is a database manager class were the database is connected directly via TCP/IP to a MySQL database.
|
Exception | Description |
---|---|
UnableToConnectToDatabaseException |
This exception is thrown when an attempt to connect to a database fails
|