Interface | Description |
---|---|
LocalDataCenterCallBack |
This class is used as a callback object in LocalDCOperations.
|
LocalDCOperations |
This class is Similar to DCOperations.
|
Class | Description |
---|---|
AbstractDb |
This class acts an abstract class for database Operations.
|
ConnectionCreator | |
ConnMgr | |
DataCenterThread |
DataCenterThread.java
Created: Mon Feb 17 15:12:15 2003
|
DataCenterUtil |
DataCenterUtil.java
Created: Tue Dec 4 10:40:27 2001
|
DataSetCache |
DataSetCache.java
Created: Mon Feb 10 11:13:23 2003
|
DataSetDb |
DataSetDb.java
Created: Wed Jan 29 11:00:55 2003
|
DBDataCenter |
DBDataCenter.java Created: Tue Feb 4 10:55:16 2003
|
DBUtil | |
HSQLRequestFilterDb | |
JDBCLocation | |
JDBCParameterRef | |
JDBCQuantity | |
JDBCSequence | |
JDBCTable |
JDBCTable.java All methods are unsyncronized, the calling application should
make sure that a single instance of this class is not accessed by more than
one thread at a time.
|
JDBCTime |
JDBCTime.java
Created: Fri Dec 8 14:22:49 2000
|
JDBCUnit |
JDBCUnit.java
All methods are unsyncronized, the calling application should make sure
that a single instance of this class is not accessed by more than one
thread at a time.
|
SeisInfoDb |
SeisInfoDb.java
Created: Fri Feb 7 10:45:48 2003
|
UniqueNumberGenerator |
This class is used to create a UniqueIdentifier when the method
getUniqueIdentifier is called.
|
Exception | Description |
---|---|
NotFound |
Indicates that a request to the database did not generate any result.
|
WrappedSQLException |
Exists because SQLException in java1.4 does not allow exception wrapping.
|