Package org.apache.derby.impl.jdbc


package org.apache.derby.impl.jdbc
  • Class
    Description
    This Stream is a wrapper for PositionedStoreStream to set the position correctly before performing any operation on it.
    Converts a stream containing the Derby stored binary form to one that just contains the application's data.
    Wrap a Writer as an OutputStream to support Clob.setAsciiStream().
    ClobUpdatableReader is used to create a Reader capable of detecting changes to the underlying source.
    Writer implementation for Clob.
    Any class in the embedded JDBC driver (ie this package) that needs to refer back to the EmbedConnection object extends this class.
    Implements java.sql.Blob (see the JDBC 2.0 spec).
    Local implementation.
     
    Implements java.sql.Clob (see the JDBC 2.0 spec).
    Local implementation of Connection for a JDBC driver in the same process as the database.
     
    This class provides information about the database as a whole.
    This class implements the ParameterMetaData interface from JDBC 3.0.
    EmbedPreparedStatement is a local JDBC statement.
    PreparedStatement methods added by JDBC 4.2 which require Java 8.
    A EmbedResultSet for results from the EmbedStatement family.
    JDBC 4.2 specific methods that cannot be implemented in superclasses.
    A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet.
    This class implements the Savepoint interface from JDBC 3.0.
    EmbedStatement is a local JDBC statement.
    This class is a wrapper class on top of StorageRandomAccess to provide common methods to write in encrypted file.
    A set of operations available on internal Clob content representations.
    LOBFile is a wrapper over StorageRandomAccessFile.
    This input stream is built on top of LOBStreamControl.
    This is an output stream built on top of LOBStreamControl.
    Contains the stored procedures that will be used in the LOB client side methods.
    This class acts as a layer of blob/clob repository (in memory or file).
    A wrapper-stream able to reposition the underlying store stream.
    ReaderToAscii converts Reader (with characters) to a stream of ASCII characters.
    Class to create SQLException
    A read-only Clob representation operating on streams out of the Derby store module.
    A Clob representation where the Clob is stored either in memory or on disk.
    A simple class to hold the byte position for a character position.
    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.
    Updatable blob stream is a wrapper stream over dvd stream and LOBInputStream.
    Class for reading characters from streams encoded in the modified UTF-8 format.
    This class understands the message protocol and looks up SQLExceptions based on keys, so that the Local JDBC driver's messages can be localized.
    Utility methods for JDBC 4.2