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.
|
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.
|
EmbedConnectionContext | |
EmbedDatabaseMetaData |
This class provides information about the database as a whole.
|
EmbedParameterSetMetaData |
This class implements the ParameterMetaData interface from JDBC 3.0.
|
EmbedPreparedStatement |
EmbedPreparedStatement is a local JDBC statement.
|
EmbedPreparedStatement42 |
PreparedStatement methods added by JDBC 4.2 which require Java 8.
|
EmbedResultSet |
A EmbedResultSet for results from the EmbedStatement family.
|
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.
|
EmbedSavepoint |
This class implements the Savepoint interface from JDBC 3.0.
|
EmbedStatement |
EmbedStatement is a local JDBC statement.
|
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
|
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
|
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.