| Package | Description | 
|---|---|
| bradleyross.library.database | 
 These are some utility programs for using JDBC to interact with databases. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DB2
Subclass of DatabaseExtras for the DB2 database server. 
 | 
class  | 
MySQL
Subclass of DatabaseExtras for the
 MySQL database management program. 
 | 
class  | 
Oracle
Subclass of DatabaseExtras for the Oracle database server. 
 | 
class  | 
Postgres
Subclass of DatabaseExtras for the Postgres database server. 
 | 
class  | 
SQLServer
Subclass of DatabaseExtras for the SQLServer database
 manager by Microsoft. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected DatabaseExtras | 
DatabaseProperties.extras
Used to represent associated DatabaseExtras object. 
 | 
protected DatabaseExtras | 
ExtrasRegistration.Item.object
DatabaseExtras object for handling the database specific properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DatabaseExtras | 
ExtrasRegistration.Item.getDatabaseExtras()
Return the DatabaseExtras object that handles the
 specific type of database. 
 | 
DatabaseExtras | 
DatabaseProperties.getDatabaseExtras()
Get value of extras. 
 | 
static DatabaseExtras | 
ExtrasRegistration.getDatabaseExtras(String code)
Return the DatabaseExtras object that is appropriate for a specific type
 of database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ExtrasRegistration.register(DatabaseExtras object)
This method is called by the DatabaseExtras objects when they are instantiated. 
 | 
void | 
DatabaseProperties.setDatabaseExtras(DatabaseExtras value)
Set value of extras. 
 | 
| Constructor and Description | 
|---|
ExtrasRegistration.Item(DatabaseExtras extrasObject)
This object is instantiated when the DatabaseExtras object
 calls the register method below. 
 |