DerbyAdapter |
A Derby database target
|
DerbyConnectionProvider |
|
DerbyDoesForeignKeyConstraintExist |
Inspect the Derby catalog to see if the configured constraint exists
|
DerbyDoesTableExist |
For this implementation we simply run a select against the table
and see if it kicks back with an error (which isn't related to
connection failure).
|
DerbyListSequencesForSchema |
DAO to fetch the names of sequences in the given schema
|
DerbyListTablesForSchema |
DAO to fetch the names of tables in the given schema
|
DerbyListViewsForSchema |
DAO to fetch the names of views in the given schema
|
DerbyLockDiag |
Fetch all the rows from the SYSCS_DIAG.LOCK_TABLE
|
DerbyMaster |
Set up an instance of Derby for use with unit tests
|
DerbyNetworkTranslator |
translates database access to Derby supported access.
|
DerbyPropertyAdapter |
Adapts properties to Derby
|
DerbyServerPropertiesMgr |
Server properties for embedded derby which is used in unit tests and server integration tests,
equal to setting in derby.properties.
|
DerbyTranslator |
translates database access to Derby supported access.
|
LockInfo |
DTO representing a row from the Derby lock diagnostic table SYSCS_DIAG.LOCK_TABLE
|