|
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 information about the database as a whole.
|
| MimerDataSource |
MimerDataSource implements the javax.sql.DataSource interface and may serve several purposes.
|
| 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.
|
| Types |
Constants referring to server SQL datatypes. |