org.apache.derby.iapi.jdbc |
|
Java Source File Name | Type | Comment |
AuthenticationService.java | Interface | The AuthenticationService provides a mechanism for authenticating
users willing to access JBMS. |
BrokeredCallableStatement.java | Class | |
BrokeredCallableStatement30.java | Class | |
BrokeredCallableStatement40.java | Class | |
BrokeredConnection.java | Class | This is a rudimentary connection that delegates
EVERYTHING to Connection. |
BrokeredConnection30.java | Class | Extends BrokeredConnection to provide the JDBC 3.0 connection methods. |
BrokeredConnection40.java | Class | |
BrokeredConnectionControl.java | Interface | |
BrokeredPreparedStatement.java | Class | JDBC 2 brokered PreparedStatement. |
BrokeredPreparedStatement30.java | Class | JDBC 3 implementation of PreparedStatement. |
BrokeredPreparedStatement40.java | Class | |
BrokeredStatement.java | Class | A Statement implementation that forwards all of its requests to an underlying Statement. |
BrokeredStatement40.java | Class | |
BrokeredStatementControl.java | Interface | |
ConnectionContext.java | Interface | Interface-ized from EmbedConnectionContext. |
DRDAServerStarter.java | Class | |
EngineConnection.java | Interface | Additional methods the embedded engine exposes on its Connection object
implementations. |
EngineParameterMetaData.java | Interface | An internal api only, mainly for use in the network server. |
EnginePreparedStatement.java | Interface | Additional methods the embedded engine exposes on its
PreparedStatement object implementations. |
EngineResultSet.java | Interface | Additional methods the embedded engine exposes on its ResultSet object
implementations. |
EngineStatement.java | Interface | Additional methods the embedded engine exposes on its Statement object
implementations. |
FailedProperties40.java | Class | Class FailedProperties40 is a helper class for the
SQLClientInfoException. |
JDBCBoot.java | Class | A class to boot a cloudscape system that includes a JDBC driver. |
ResourceAdapter.java | Interface | 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. |