Package org.apache.derby.impl.jdbc

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  
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 EmbedCallableStatement class from Local20 in order to support new methods and classes that come with JDBC 3.0.
EmbedClob  
EmbedConnection Local implementation of Connection for a JDBC driver in the same process as the database.
EmbedConnection20 This class extends the EmbedConnection class in order to support new methods and classes that come with JDBC 2.0.
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.
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 EmbedPreparedStatement class from Local20 in order to support new methods and classes that come with JDBC 3.0.
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.
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.
 

Exception Summary
EmbedSQLException This class is what gets send over the wire in client/server configuration.
EmbedSQLWarning This class understands the message protocol and looks up SQLExceptions based on keys, so that the Local JDBC driver's messages can be localized.
 



Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.