Package | Description |
---|---|
org.stanwood.media.database.sdb |
Class and Description |
---|
AbstractGenericDatabase
This class contains methods for database connections that are generic for all
database implementations.
|
Field
This is used to represent a field in a database table.
|
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.
|
UnableToConnectToDatabaseException
This exception is thrown when an attempt to connect to a database fails
|