Class | Description |
---|---|
AbstractResultSet |
The JDBC statement implementation.
|
ConnectionImpl |
The JDBC connection implementation.
|
ConnectionPoolDataSourceImpl |
Driver for the internal database.
|
CursorPreparedStatementImpl |
The JDBC statement implementation.
|
CursorResultSetImpl |
The JDBC statement implementation.
|
CursorStatementImpl |
The JDBC statement implementation.
|
DataSourceImpl |
Non-pooled data source.
|
GeneratedKeysResultSet |
The JDBC statement implementation.
|
NullResultSet |
The JDBC statement implementation.
|
PreparedStatementImpl |
The JDBC statement implementation.
|
ResultSetImpl |
The JDBC statement implementation.
|
ResultSetMetaDataImpl |
Metadata for the result
|
StatementImpl |
The JDBC statement implementation.
|