|
Class Summary |
| Blob |
The Blob object corresponds to a BLOB LOCATOR in the SQL-99 standard. |
| CallableStatement |
CallableStatement is the most generic object for executing SQL statements.
|
| Clob |
The Clob object corresponds to a CLOB LOCATOR or NCLOB LOCATOR in the SQL-99
standard. |
| Connection |
Connection represents a JDBC connection to a Mimer database server. |
| DatabaseMetaData |
This class provides general information about the Mimer database. |
| Driver |
|
| MimerConnectionPoolDataSource |
MimerConnectionPoolDataSource implements the javax.sql.ConnectionPoolDataSource interface and its primary purpose
is to provide a connection object to be embedded in connection pools.
|
| MimerDataSource |
MimerDataSource implements the javax.sql.DataSource interface and may serve several purposes.
|
| MimerXADataSource |
MimerXADataSource implements the javax.sql.XADataSource interface and its primary purpose
is to provide a connection object for distributed transactions.
|
| PreparedStatement |
A PreparedStatement contains a pre-compiled SQL statement which may have
parameter markers. |
| ResultSet |
Represents a result set, either forward only or scrollable.
|
| ResultSetMetaData |
The ResultSetMetaData class represents the result of the compilation of a single
Mimer SQL statement. |
| Statement |
A Statement object is used for executing a static SQL statement and
obtaining the results produced by it.
|