Package org.apache.derby.impl.jdbc

Interface Summary
InternalClob A set of operations available on internal Clob content representations.
 

Class Summary
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.
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.
EmbedCallableStatement40  
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.
EmbedConnection40  
EmbedConnectionContext  
EmbedDatabaseMetaData This class provides information about the database as a whole.
EmbedDatabaseMetaData40  
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.
EmbedParameterMetaData40  
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.
EmbedPreparedStatement40  
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.
EmbedResultSet40 JDBC 4 specific methods that cannot be implemented in superclasses and unimplemented JDBC 4 methods.
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.
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.
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.
 

Exception Summary
EmbedSQLException This class is what gets send over the wire in client/server configuration.
 


Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.