| Home >> All >> org >> apache >> derby >> iapi >> [ jdbc Javadoc ] |
org.apache.derby.iapi.jdbc: Javadoc index of package org.apache.derby.iapi.jdbc.
Package Samples:
org.apache.derby.iapi.jdbc
Classes:
ResourceAdapter: The resource adapter is the clearing house for managing connections, transactions, and XAResources in a JDBC based resource manager living in the distributed transaction processing environment. There is one instance of ResourceAdapter per Resource Manager (database). The ResourceAdapter is responsible for keeping track of all run time global transactions and their state. The resource adapter only knows of run time global transactions, i.e., it does not know of in-doubt global transactions re-created by recovery. The following is an overall design of the JTA implementation in cloudscape, most of ...
AuthenticationService: The AuthenticationService provides a mechanism for authenticating users willing to access JBMS. There can be different and user defined authentication schemes, as long the expected interface here below is implementing and registered as a module when JBMS starts-up.
JDBCBoot: A class to boot a cloudscape system that includes a JDBC driver. Should be used indirectly through JDBCDriver or JDBCServletBoot or any other useful booting mechanism that comes along.
BrokeredPreparedStatement: JDBC 2 brokered PreparedStatement. Forwards calls off to a real prepared statement obtained through the BrokeredStatementControl getRealPreparedStatement method.
ConnectionContext: Interface-ized from EmbedConnectionContext. Some basic connection attributes that can be obtained from jdbc.
BrokeredStatementControl: Provides control over a BrokeredStatement, BrokeredPreparedStatement or BrokeredCallableStatement
BrokeredStatement: A Statement implementation that forwards all of its requests to an underlying Statement.
BrokeredConnection: This is a rudimentary connection that delegates EVERYTHING to Connection.
BrokeredConnection30: Extends BrokeredConnection to provide the JDBC 3.0 connection methods.
BrokeredPreparedStatement30: JDBC 3 implementation of PreparedStatement.
BrokeredConnectionControl: Provides control over a BrokeredConnection
BrokeredCallableStatement: JDBC 2 brokered CallableStatement
BrokeredCallableStatement30: JDBC 3 brokered CallableStatement
DRDAServerStarter
| Home | Contact Us | Privacy Policy | Terms of Service |