Package com.ibm.dse.services.jdbc

Interface Summary
DatabaseConnect The DatabaseConnect interface provides the public abstract methods that are used to get a database connection and release the database connection by all database services.
JDBCServicesConnectionManagementInterface The JDBCServicesConnectionManagementInterface interface provides the public abstract methods that must implement those classes that can be used as database connection providers.
JournalService The JournalService interface provides the public abstract methods that are used when working with any journal service.
StoreService The StoreService interface provides the public methods that are used for store services.
TableService The TableService interface provides the public methods used to access tables services.
 

Class Summary
CashDrawerManager Deprecated.  
DatabaseResultSetMetaData The DatabaseResultSetMetaData class maintains the information concerning the columns for a specific database table.
Db2JournalSchemaGenerator Deprecated.  
Db2StoreSchemaGenerator Deprecated.  
JDBCJournal The JDBCJournal class is a concrete class that provides an implementation of the Journal abstraction (a financial electronic journal).
JDBCJournalSchemaGenerator The JDBCJournalSchemaGenerator class is responsible for creating, modifying, and removing all of the JDBCJournal Tables and the associated Control Tables.
JDBCService The JDBCService provides the implementation of the DatabaseConnect interface.
JDBCServicesAdministrator The JDBCServicesAdministrator class
JDBCServicesConnectionManager Manages the connections to databases used by the JDBC services.
JDBCServicesConnMgrWS20 Implementation of the JDBCServicesConnectionManagementInterface interface to use the pool of connections provided by WebSphere 2.0.
JDBCServicesConnMgrWS30 Implementation of the JDBCServicesConnectionManagementInterface interface to use the pool of connections provided by WebSphere 3.0.
JDBCServicesConnMgrWS35 Implementation of the JDBCServicesConnectionManagementInterface interface to use the pool of connections provided by WebSphere 3.5.
JDBCStore The JDBCStore class is a concrete class that provides an implementation of the Store abstraction (a financial store for forwarding service).
JDBCStoreSchemaGenerator The JDBCStoreSchemaGenerator class is responsible for creating the Table for a Store Schema and generating the SGML for the specified JDBCStore formatter.
JDBCTable The JDBCTable class provides the interface to access any database table.
Journal The Journal class is an abstract class that provides all of the data and methods required to build a financial Electronic Journal.
JournalConstants The JournalConstants class defines all of the constant values that are used by the journal service.
SharedConnection The SharedConnection class keeps information about a database connection being shared by different JDBC services instances.
Store The Store class is a subclass of the service that defines the abstract methods that are needed by any store service implementation.
StoreConstants The StoreConstants class defines all of the constant values used by the Store for Forwarding service.
StoredProcMetaData The StoredProcMetadata class maintains the information concerning the columns for a specific stored procedure.
StoredProcParameter The StoreProcParameter class encapsulates the information concerning an specific parameter of a Stored Procedure.
TableConstants The TableConstants class defines all of the default constant values used when working with a database table service.
 

Exception Summary
DSESQLException The DSESQLException class identifies the exception that is thrown when an SQLException is returned by the code that provides the JDBC interface with the ability to access a database.