Interface | Description |
---|---|
InternalClob |
A set of operations available on internal Clob content representations.
|
Class | Description |
---|---|
AutoPositioningStream |
This Stream is a wrapper for PositionedStoreStream to set the position
correctly before performing any operation on it.
|
BinaryToRawStream |
Converts a stream containing the Derby stored binary form
to one that just contains the application's data.
|
ClobAsciiStream |
Wrap a Writer as an OutputStream to support Clob.setAsciiStream().
|
ClobUpdatableReader |
ClobUpdatableReader is used to create a Reader capable of
detecting changes to the underlying source. |
ClobUtf8Writer |
Writer implementation for
Clob . |
ConnectionChild |
Any class in the embedded 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.
|
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.
|
EmbedCallableStatement40 | |
EmbedCallableStatement42 | |
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.
|
EmbedConnection40 | |
EmbedConnectionContext | |
EmbedDatabaseMetaData |
This class provides information about the database as a whole.
|
EmbedDatabaseMetaData40 | |
EmbedParameterMetaData30 |
This class implements the ParameterMetaData interface from JDBC 3.0 and 4.0.
|
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.
|
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.
|
EmbedPreparedStatement40 | |
EmbedPreparedStatement42 |
PreparedStatement methods added by JDBC 4.2 which require Java 8.
|
EmbedResultSet |
A EmbedResultSet for results from the EmbedStatement family.
|
EmbedResultSet20 |
This class extends the EmbedResultSet class in order to support new
methods and classes that come with JDBC 2.0.
|
EmbedResultSet40 |
JDBC 4 specific methods that cannot be implemented in superclasses and
unimplemented JDBC 4 methods.
|
EmbedResultSet42 |
JDBC 4.2 specific methods that cannot be implemented in superclasses.
|
EmbedResultSetMetaData |
A ResultSetMetaData object can be used to find out about the types
and properties of the columns in a ResultSet.
|
EmbedResultSetMetaData40 |
ResultSetMetaData implementation for JDBC 4.
|
EmbedSavepoint |
This class implements the Savepoint interface from JDBC 3.0.
|
EmbedStatement |
EmbedStatement is a local JDBC statement.
|
EmbedStatement40 | |
EncryptedLOBFile |
This class is a wrapper class on top of StorageRandomAccess to provide common
methods to write in encrypted file.
|
LOBFile |
LOBFile is a wrapper over StorageRandomAccessFile.
|
LOBInputStream |
This input stream is built on top of
LOBStreamControl . |
LOBOutputStream |
This is an output stream built on top of LOBStreamControl.
|
LOBStoredProcedure |
Contains the stored procedures that will be used in the
LOB client side methods.
|
LOBStreamControl |
This class acts as a layer of blob/clob repository (in memory or file).
|
PositionedStoreStream |
A wrapper-stream able to reposition the underlying store stream.
|
ReaderToAscii |
ReaderToAscii converts Reader (with characters) to a stream of ASCII characters.
|
SQLExceptionFactory |
Class to create SQLException
|
SQLExceptionFactory40 |
SQLExceptionFactory40 overwrites getSQLException method
to return SQLException or one of its sub class
|
StoreStreamClob |
A read-only Clob representation operating on streams out of the Derby store
module.
|
TemporaryClob |
A Clob representation where the Clob is stored either in memory or on disk.
|
TemporaryClob.CharToBytePositionCache |
A simple class to hold the byte position for a character position.
|
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.
|
UpdatableBlobStream |
Updatable blob stream is a wrapper stream over dvd stream
and LOBInputStream.
|
UTF8Reader |
Class for reading characters from streams encoded in the modified UTF-8
format.
|
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.
|
Util42 |
Utility methods for JDBC 4.2
|
Exception | Description |
---|---|
EmbedSQLException |
This class is what gets send over the wire in client/server
configuration.
|
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.