|
Interface Summary |
| AuthenticationService |
The AuthenticationService provides a mechanism for authenticating
users willing to access JBMS. |
| BrokeredConnectionControl |
Provides control over a BrokeredConnection |
| BrokeredStatementControl |
Provides control over a BrokeredStatement, BrokeredPreparedStatement or BrokeredCallableStatement |
| ConnectionContext |
Interface-ized from EmbedConnectionContext. |
| EngineCallableStatement40 |
Additional methods the engine exposes on its CallableStatement object
implementations, whose signatures are not compatible with older platforms. |
| EngineConnection |
Additional methods the embedded engine exposes on its Connection object
implementations. |
| EngineConnection40 |
Additional methods exposed on the Connection object for interaction between
EmbedConnection and BrokeredConnection. |
| EngineLOB |
Additional methods the embedded engine exposes on all of its large object
(LOB) implementations. |
| EngineParameterMetaData |
An internal api only, mainly for use in the network server. |
| EnginePreparedStatement |
Additional methods the embedded engine exposes on its
PreparedStatement object implementations. |
| EngineResultSet |
Additional methods the embedded engine exposes on its ResultSet object
implementations. |
| EngineStatement |
Additional methods the embedded engine exposes on its Statement object
implementations. |
| ExceptionFactory |
An exception factory is used to create SQLExceptions of the correct type. |
| 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. |