Package | Description |
---|---|
org.stanwood.media.database.sdb |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericDatabase
This class contains methods for database connections that are generic for all
database implementations.
|
class |
HSQLDatabase
This is a database manager class were the database is connected directly via
TCP/IP to to a memory only database called HSQLDB.
|
class |
MysqlDatabase
This is a database manager class were the database is connected directly via TCP/IP to a MySQL database.
|