Package | Description |
---|---|
bradleyross.library.database |
These are some utility programs for using JDBC to interact with databases.
|
Modifier and Type | Method and Description |
---|---|
DatabaseExtras |
DatabaseProperties.getDatabaseExtras()
Get value of extras.
|
static void |
ExtrasRegistration.register(DatabaseExtras object)
This method is called by the DatabaseExtras objects when they are instantiated.
|
Constructor and Description |
---|
ExtrasRegistration.Item(DatabaseExtras extrasObject)
This object is instantiated when the DatabaseExtras object
calls the register method below.
|