Class Summary |
BinaryToRawStream |
Converts a stream containing the Cloudscape stored binary form
to one that just contains the application's data.
|
ConnectionChild |
Any class in the local JDBC driver (ie this package) that needs to
refer back to the EmbedConnection object extends this class. |
EmbedBlob |
Implements java.sql.Blob (see the JDBC 2.0 spec).
|
EmbedCallableStatement |
Local implementation. |
EmbedCallableStatement169 |
CallableStatement implementation for JSR169.
|
EmbedCallableStatement20 |
This class extends the EmbedCallableStatement class in order to support new
methods and classes that come with JDBC 2.0. |
EmbedCallableStatement30 |
This class extends the EmbedCallableStatement20
in order to support new methods and classes that come with JDBC 3.0.
|
EmbedClob |
Implements java.sql.Clob (see the JDBC 2.0 spec).
|
EmbedConnection |
Local implementation of Connection for a JDBC driver in
the same process as the database.
|
EmbedConnection30 |
This class extends the EmbedConnection20 class in order to support new
methods and classes that come with JDBC 3.0.
|
EmbedConnectionContext |
|
EmbedDatabaseMetaData |
This class provides information about the database as a whole.
|
EmbedParameterMetaData30 |
This class implements the ParameterMetaData interface from JDBC3.0
It provides the parameter meta data for callable & prepared statements
But note that the bulk of it resides in its parent class. |
EmbedParameterSetMetaData |
This class immitates to implement the ParameterMetaData interface from JDBC3.0
We want to provide the functionality to JDKs before JDBC3.0. |
EmbedPreparedStatement |
EmbedPreparedStatement is a local JDBC statement.
|
EmbedPreparedStatement169 |
PreparedStatement implementation for JSR169.
|
EmbedPreparedStatement20 |
This class extends the EmbedPreparedStatement class in order to support new
methods and classes that come with JDBC 2.0.
|
EmbedPreparedStatement30 |
This class extends the EmbedPreparedStatement20 class
in order to support new methods and classes that come with JDBC 3.0.
|
EmbedResultSet |
A EmbedResultSet for results from the EmbedStatement family.
|
EmbedResultSet169 |
ResultSet implementation for JSR169.
|
EmbedResultSet20 |
This class extends the EmbedResultSet class in order to support new
methods and classes that come with JDBC 2.0.
|
EmbedResultSetMetaData |
A ResultSetMetaData object can be used to find out about the types
and properties of the columns in a ResultSet.
|
EmbedSavepoint30 |
This class implements the Savepoint interface from JDBC3.0
This allows to set, release, or rollback a transaction to
designated Savepoints. |
EmbedStatement |
EmbedStatement is a local JDBC statement.
|
RawToBinaryFormatStream |
Stream that takes a raw input stream and converts it
to the format of the binary types by prepending the
length of the value. |
ReaderToAscii |
ReaderToAscii converts Reader (with characters) to a stream of ASCII characters. |
ReaderToUTF8Stream |
Converts a java.io.Reader to the on-disk UTF8 format used by Cloudscape. |
TransactionResourceImpl |
An instance of a TransactionResourceImpl is a bundle of things that
connects a connection to the database - it is the transaction "context" in
a generic sense. |
UTF8Reader |
|
Util |
This class understands the message protocol and looks up
SQLExceptions based on keys, so that the Local JDBC driver's
messages can be localized.
|