Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M N O P Q R S T U V W X

A

ABSOLUTE - Static variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
AFTERLAST - Static variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
ASSERT(EmbedConnection, boolean, String) - Static method in class org.apache.derby.impl.jdbc.Util
Mimic SanityManager.ASSERT in a JDBC-friendly way, and providing system cleanup for JDBC failures.
absolute(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0
activation - Variable in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
active - Variable in class org.apache.derby.impl.jdbc.EmbedConnection
 
active - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 
addBatch() - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
 
addBatch(String) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
addBatch() - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
JDBC 2.0 Add a set of parameters to the batch.
addBatch(String) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 2.0 Adds a SQL command to the current batch of commmands for the statement.
addWarning(SQLWarning) - Method in class org.apache.derby.impl.jdbc.EmbedConnection
Add a warning to the current list of warnings, to follow this note from Connection.getWarnings.
afterLast() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0
allProceduresAreCallable() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
applicationConnection - Variable in class org.apache.derby.impl.jdbc.EmbedConnection
The Connection object the application is using when accessing the database through this connection.
applicationConnection - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 
arguments - Variable in class org.apache.derby.impl.jdbc.EmbedSQLException
 
autoCommit - Variable in class org.apache.derby.impl.jdbc.EmbedConnection
 
autoGeneratedKeysResultSet - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 
available() - Method in class org.apache.derby.impl.jdbc.ReaderToUTF8Stream
Return an optimized version of bytes available to read from the stream Note, it is not exactly per java.io.InputStream#available()

B

BEFOREFIRST - Static variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
BLOB_BUF_SIZE - Static variable in class org.apache.derby.impl.jdbc.EmbedBlob
 
BUFSIZE - Static variable in class org.apache.derby.impl.jdbc.ReaderToUTF8Stream
 
BinaryToRawStream - class org.apache.derby.impl.jdbc.BinaryToRawStream.
Converts a stream containing the Cloudscape stored binary form to one that just contains the application's data.
BinaryToRawStream(InputStream, Object) - Constructor for class org.apache.derby.impl.jdbc.BinaryToRawStream
 
batchStatements - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 
beforeFirst() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0
biStream - Variable in class org.apache.derby.impl.jdbc.EmbedBlob
 
blen - Variable in class org.apache.derby.impl.jdbc.ReaderToUTF8Stream
 
boff - Variable in class org.apache.derby.impl.jdbc.ReaderToUTF8Stream
 
bootDatabase(Properties) - Method in class org.apache.derby.impl.jdbc.EmbedConnection
Return false iff the monitor cannot handle a service of the type indicated by the protocol within the name.
buf - Variable in class org.apache.derby.impl.jdbc.EmbedBlob
 
buffer - Variable in class org.apache.derby.impl.jdbc.ReaderToUTF8Stream
 
buffer - Variable in class org.apache.derby.impl.jdbc.UTF8Reader
 

C

CLOSE - Static variable in class org.apache.derby.impl.jdbc.ConnectionChild
 
ConnectionChild - class org.apache.derby.impl.jdbc.ConnectionChild.
Any class in the local JDBC driver (ie this package) that needs to refer back to the EmbedConnection object extends this class.
ConnectionChild(EmbedConnection) - Constructor for class org.apache.derby.impl.jdbc.ConnectionChild
 
cal - Variable in class org.apache.derby.impl.jdbc.ConnectionChild
Calendar for data operations.
cancel() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
Cancel can be used by one thread to cancel a statement that is being executed by another thread.
cancelRowUpdates() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0 The cancelRowUpdates() method may be called after calling an updateXXX() method(s) and before calling updateRow() to rollback the updates made to a row.
charactersInBuffer - Variable in class org.apache.derby.impl.jdbc.UTF8Reader
 
checkExecIfClosed(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
checkExecStatus() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
A heavier weight version of checkStatus() that ensures the application's Connection object is still open.
checkIfClosed(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Throw an exception if this ResultSet is closed.
checkIfInMiddleOfBatch() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
 
checkMatch(byte[]) - Method in class org.apache.derby.impl.jdbc.EmbedBlob
 
checkMatch(Blob) - Method in class org.apache.derby.impl.jdbc.EmbedBlob
 
checkOnRow() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
checkPosition(int) - Method in class org.apache.derby.impl.jdbc.EmbedParameterSetMetaData
 
checkRequiresCallableStatement(Activation) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
 
checkRequiresCallableStatement(Activation) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
Check to see if a statement requires to be executed via a callable statement.
checkRowPosition(int, String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
checkScrollCursor(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
checkStatus() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
 
checkSufficientData() - Method in class org.apache.derby.impl.jdbc.RawToBinaryFormatStream
JDBC 3.0 (from tutorial book) requires that an input stream has the correct number of bytes in the stream.
checkSufficientData() - Method in class org.apache.derby.impl.jdbc.ReaderToUTF8Stream
JDBC 3.0 (from tutorial book) requires that an input stream has the correct number of bytes in the stream.
checkUserCredentials(String, Properties) - Method in class org.apache.derby.impl.jdbc.EmbedConnection
 
checksBeforeUpdateOrDelete(String, int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
checksBeforeUpdateXXX(String, int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
cleanupOnError(Throwable) - Method in class org.apache.derby.impl.jdbc.EmbedConnectionContext
 
cleanupOnError(Throwable) - Method in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
clearBatch() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 2.0 Make the set of commands in the current batch empty.
clearContextInError() - Method in class org.apache.derby.impl.jdbc.TransactionResourceImpl
An error happens in the constructor, pop the context.
clearLcc() - Method in class org.apache.derby.impl.jdbc.TransactionResourceImpl
Resolve: probably superfluous
clearParameters() - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
In general, parameter values remain in force for repeated use of a Statement.
clearResultSets() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
Close and clear all result sets associated with this statement from the last execution.
clearWarnings() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
After this call, getWarnings returns null until a new warning is reported for this Connection.
clearWarnings() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
After this call getWarnings returns null until a new warning is reported for this ResultSet.
clearWarnings() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
After this call getWarnings returns null until a new warning is reported for this Statement.
close() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
In some cases, it is desirable to immediately release a Connection's database and JDBC resources instead of waiting for them to be automatically released; the close method provides this immediate release.
close(Exception) - Method in class org.apache.derby.impl.jdbc.EmbedConnection
 
close() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
In some cases, it is desirable to immediately release a ResultSet's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
close() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
In many cases, it is desirable to immediately release a Statements's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
close() - Method in class org.apache.derby.impl.jdbc.ReaderToAscii
 
close() - Method in class org.apache.derby.impl.jdbc.ReaderToUTF8Stream
 
close() - Method in class org.apache.derby.impl.jdbc.UTF8Reader
 
closeActions() - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
Additional close to close our activation.
closeActions() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
 
closeCurrentStream() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Documented behaviour for streams is that they are implicitly closed on the next get*() method call.
closeIn() - Method in class org.apache.derby.impl.jdbc.UTF8Reader
 
closeOnTransactionError(Throwable) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
closed - Variable in class org.apache.derby.impl.jdbc.ReaderToAscii
 
cm - Variable in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
columnGotUpdated - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
columnInfo - Variable in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
 
commit() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
Commit makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
commit() - Method in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
commitIfAutoCommit() - Method in class org.apache.derby.impl.jdbc.ConnectionChild
Perform a commit if autocommit is enabled.
commitIfAutoCommit() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
If in autocommit, then commit.
commitIfNeeded() - Method in class org.apache.derby.impl.jdbc.ConnectionChild
Perform a commit if one is needed.
commitIfNeeded() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
if a commit is needed, perform it.
commonSetSavepointCode(String, boolean) - Method in class org.apache.derby.impl.jdbc.EmbedConnection30
Creates a savepoint with the given name(if it is a named savepoint else we will generate a name becuase Cloudscape only supports named savepoints internally) in the current transaction and returns the new Savepoint object that represents it.
compareTo(Object) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
concurrencyOfThisResultSet - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
connRef - Variable in class org.apache.derby.impl.jdbc.EmbedConnectionContext
We hold a soft reference to the connection so that when the application releases its reference to the Connection without closing it, its finalize method will be called, which will then close the connection.
connectionHoldAbility - Variable in class org.apache.derby.impl.jdbc.EmbedConnection
 
constantActionFactory - Variable in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
 
conv - Variable in class org.apache.derby.impl.jdbc.ReaderToAscii
 
copyOfDatabaseRow - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
createBoot(Properties) - Method in class org.apache.derby.impl.jdbc.EmbedConnection
Examine the attributes set provided and determine if this is a create boot.
createDatabase(String, Properties) - Method in class org.apache.derby.impl.jdbc.EmbedConnection
Create a new database.
createStatement() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
SQL statements without parameters are normally executed using Statement objects.
createStatement(int, int) - Method in class org.apache.derby.impl.jdbc.EmbedConnection
JDBC 2.0 Same as createStatement() above, but allows the default result set type and result set concurrency type to be overridden.
createStatement(int, int, int) - Method in class org.apache.derby.impl.jdbc.EmbedConnection
JDBC 3.0 Same as createStatement() above, but allows the default result set type, result set concurrency type and result set holdability type to be overridden.
csf - Variable in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
currentDynamicResultSet - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 
currentRow - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
currentRowHasBeenUpdated - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
currentStream - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
cursorName - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 

D

data - Variable in class org.apache.derby.impl.jdbc.ReaderToAscii
 
dataDefinitionCausesTransactionCommit() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Is a data definition statement within a transaction ignored?
dataTypeConversion(int, String) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
dataTypeConversion(String, int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
dataTypeConversion(int, String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
database - Variable in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
dbMetadata - Variable in class org.apache.derby.impl.jdbc.EmbedConnection
 
dbname - Variable in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
deleteRow() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0 Delete the current row from the result set and the underlying database.
deletesAreDetected(int) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
JDBC 2.0 Determine whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
doGetBestRowId(String, String, String, int, boolean, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Does the actual work for the getBestRowIdentifier metadata calls.
doGetCols(String, String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Does the actual work for the getColumns metadata calls.
doGetIndexInfo(String, String, String, boolean, boolean, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Does the actual work for the getIndexInfo metadata calls.
doGetPrimaryKeys(String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Does the actual work for the getPrimaryKeys metadata calls.
doGetProcCols(String, String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Does the actual work for the getProcedureColumns metadata calls.
doGetProcs(String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Does the actual work for the getProcedures metadata calls.
doGetVersionCols(String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Does the actual work for the getVersionColumns metadata calls.
doesMaxRowSizeIncludeBlobs() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
drdaID - Variable in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
driver - Variable in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
dummyBytes - Variable in class org.apache.derby.impl.jdbc.RawToBinaryFormatStream
 
dynamicResults - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 

E

EmbedBlob - class org.apache.derby.impl.jdbc.EmbedBlob.
Implements java.sql.Blob (see the JDBC 2.0 spec).
EmbedBlob(DataValueDescriptor, EmbedConnection) - Constructor for class org.apache.derby.impl.jdbc.EmbedBlob
 
EmbedCallableStatement - class org.apache.derby.impl.jdbc.EmbedCallableStatement.
Local implementation.
EmbedCallableStatement(EmbedConnection, String, int, int, int) - Constructor for class org.apache.derby.impl.jdbc.EmbedCallableStatement
 
EmbedCallableStatement169 - class org.apache.derby.impl.jdbc.EmbedCallableStatement169.
CallableStatement implementation for JSR169.
EmbedCallableStatement169(EmbedConnection, String, int, int, int) - Constructor for class org.apache.derby.impl.jdbc.EmbedCallableStatement169
 
EmbedCallableStatement20 - class org.apache.derby.impl.jdbc.EmbedCallableStatement20.
This class extends the EmbedCallableStatement class in order to support new methods and classes that come with JDBC 2.0.
EmbedCallableStatement20(EmbedConnection, String, int, int, int) - Constructor for class org.apache.derby.impl.jdbc.EmbedCallableStatement20
 
EmbedCallableStatement30 - class org.apache.derby.impl.jdbc.EmbedCallableStatement30.
This class extends the EmbedCallableStatement20 in order to support new methods and classes that come with JDBC 3.0.
EmbedCallableStatement30(EmbedConnection, String, int, int, int) - Constructor for class org.apache.derby.impl.jdbc.EmbedCallableStatement30
 
EmbedClob - class org.apache.derby.impl.jdbc.EmbedClob.
Implements java.sql.Clob (see the JDBC 2.0 spec).
EmbedClob(DataValueDescriptor, EmbedConnection) - Constructor for class org.apache.derby.impl.jdbc.EmbedClob
 
EmbedConnection - class org.apache.derby.impl.jdbc.EmbedConnection.
Local implementation of Connection for a JDBC driver in the same process as the database.
EmbedConnection(InternalDriver, String, Properties) - Constructor for class org.apache.derby.impl.jdbc.EmbedConnection
 
EmbedConnection(EmbedConnection) - Constructor for class org.apache.derby.impl.jdbc.EmbedConnection
Create a new connection based off of the connection passed in.
EmbedConnection30 - class org.apache.derby.impl.jdbc.EmbedConnection30.
This class extends the EmbedConnection20 class in order to support new methods and classes that come with JDBC 3.0.
EmbedConnection30(InternalDriver, String, Properties) - Constructor for class org.apache.derby.impl.jdbc.EmbedConnection30
 
EmbedConnection30(EmbedConnection) - Constructor for class org.apache.derby.impl.jdbc.EmbedConnection30
 
EmbedConnectionContext - class org.apache.derby.impl.jdbc.EmbedConnectionContext.
 
EmbedConnectionContext(ContextManager, EmbedConnection) - Constructor for class org.apache.derby.impl.jdbc.EmbedConnectionContext
 
EmbedDatabaseMetaData - class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData.
This class provides information about the database as a whole.
EmbedDatabaseMetaData(EmbedConnection, String) - Constructor for class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
 
EmbedParameterMetaData30 - class org.apache.derby.impl.jdbc.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.
EmbedParameterMetaData30(ParameterValueSet, DataTypeDescriptor[]) - Constructor for class org.apache.derby.impl.jdbc.EmbedParameterMetaData30
 
EmbedParameterSetMetaData - class org.apache.derby.impl.jdbc.EmbedParameterSetMetaData.
This class immitates to implement the ParameterMetaData interface from JDBC3.0 We want to provide the functionality to JDKs before JDBC3.0.
EmbedParameterSetMetaData(ParameterValueSet, DataTypeDescriptor[]) - Constructor for class org.apache.derby.impl.jdbc.EmbedParameterSetMetaData
 
EmbedPreparedStatement - class org.apache.derby.impl.jdbc.EmbedPreparedStatement.
EmbedPreparedStatement is a local JDBC statement.
EmbedPreparedStatement(EmbedConnection, String, boolean, int, int, int, int, int[], String[]) - Constructor for class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
EmbedPreparedStatement169 - class org.apache.derby.impl.jdbc.EmbedPreparedStatement169.
PreparedStatement implementation for JSR169.
EmbedPreparedStatement169(EmbedConnection, String, boolean, int, int, int, int, int[], String[]) - Constructor for class org.apache.derby.impl.jdbc.EmbedPreparedStatement169
 
EmbedPreparedStatement20 - class org.apache.derby.impl.jdbc.EmbedPreparedStatement20.
This class extends the EmbedPreparedStatement class in order to support new methods and classes that come with JDBC 2.0.
EmbedPreparedStatement20(EmbedConnection, String, boolean, int, int, int, int, int[], String[]) - Constructor for class org.apache.derby.impl.jdbc.EmbedPreparedStatement20
 
EmbedPreparedStatement30 - class org.apache.derby.impl.jdbc.EmbedPreparedStatement30.
This class extends the EmbedPreparedStatement20 class in order to support new methods and classes that come with JDBC 3.0.
EmbedPreparedStatement30(EmbedConnection, String, boolean, int, int, int, int, int[], String[]) - Constructor for class org.apache.derby.impl.jdbc.EmbedPreparedStatement30
 
EmbedResultSet - class org.apache.derby.impl.jdbc.EmbedResultSet.
A EmbedResultSet for results from the EmbedStatement family.
EmbedResultSet(EmbedConnection, ResultSet, boolean, EmbedStatement, boolean) - Constructor for class org.apache.derby.impl.jdbc.EmbedResultSet
This class provides the glue between the Cloudscape resultset and the JDBC resultset, mapping calls-to-calls.
EmbedResultSet169 - class org.apache.derby.impl.jdbc.EmbedResultSet169.
ResultSet implementation for JSR169.
EmbedResultSet169(EmbedConnection, ResultSet, boolean, EmbedStatement, boolean) - Constructor for class org.apache.derby.impl.jdbc.EmbedResultSet169
 
EmbedResultSet20 - class org.apache.derby.impl.jdbc.EmbedResultSet20.
This class extends the EmbedResultSet class in order to support new methods and classes that come with JDBC 2.0.
EmbedResultSet20(EmbedConnection, ResultSet, boolean, EmbedStatement, boolean) - Constructor for class org.apache.derby.impl.jdbc.EmbedResultSet20
This class provides the glue between the Derby resultset and the JDBC resultset, mapping calls-to-calls.
EmbedResultSetMetaData - class org.apache.derby.impl.jdbc.EmbedResultSetMetaData.
A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet.
EmbedResultSetMetaData(ResultColumnDescriptor[]) - Constructor for class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
 
EmbedSQLException - exception org.apache.derby.impl.jdbc.EmbedSQLException.
This class is what gets send over the wire in client/server configuration.
EmbedSQLException(String, String, SQLException, int, Object[]) - Constructor for class org.apache.derby.impl.jdbc.EmbedSQLException
Because SQLException does not have settable fields, the caller of the constructor must do message lookup, and pass the appropriate values here for message, messageId, and next exception.
EmbedSQLException(String, String, SQLException, int, Throwable, Object[]) - Constructor for class org.apache.derby.impl.jdbc.EmbedSQLException
 
EmbedSQLWarning - exception org.apache.derby.impl.jdbc.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.
EmbedSQLWarning(String, String) - Constructor for class org.apache.derby.impl.jdbc.EmbedSQLWarning
Because SQLWarning does not have settable fields, the caller of the constructor must do message lookup, and pass the appropriate values here for message and SQLState,
EmbedSavepoint30 - class org.apache.derby.impl.jdbc.EmbedSavepoint30.
This class implements the Savepoint interface from JDBC3.0 This allows to set, release, or rollback a transaction to designated Savepoints.
EmbedSavepoint30(EmbedConnection, String) - Constructor for class org.apache.derby.impl.jdbc.EmbedSavepoint30
 
EmbedStatement - class org.apache.derby.impl.jdbc.EmbedStatement.
EmbedStatement is a local JDBC statement.
EmbedStatement(EmbedConnection, boolean, int, int, int) - Constructor for class org.apache.derby.impl.jdbc.EmbedStatement
 
eof - Variable in class org.apache.derby.impl.jdbc.ReaderToUTF8Stream
 
exceptionClose - Static variable in class org.apache.derby.impl.jdbc.EmbedConnection
 
execute(String) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
execute(String, int) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
execute(String, int[]) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
execute(String, String[]) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
execute() - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
execute(String) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
Execute a SQL statement that may return multiple results.
execute(String, boolean, boolean, int, int[], String[]) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
 
execute(String, int) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 3.0 Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 3.0 Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 3.0 Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeBatch() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 2.0 Submit a batch of commands to the database for execution.
executeBatchElement(Object) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
executeBatchElement(Object) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
Execute a single element of the batch.
executeQuery(String) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
executeQuery() - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
A prepared SQL query is executed and its ResultSet is returned.
executeQuery(String) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
Execute a SQL statement that returns a single ResultSet.
executeStatement(Activation, boolean, boolean) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
 
executeStatement(Activation, boolean, boolean) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
executeStatement(Activation, boolean, boolean) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
Execute the current statement.
executeUpdate(String) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
executeUpdate(String, int) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
executeUpdate(String, int[]) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
executeUpdate(String, String[]) - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
executeUpdate() - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String, int) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 3.0 Execute the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 3.0 Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 3.0 Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.

F

FIRST - Static variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
factory - Variable in class org.apache.derby.impl.jdbc.ConnectionChild
Factory for JDBC objects to be created.
factory - Variable in class org.apache.derby.impl.jdbc.EmbedConnection
Factory for JDBC objects to be created.
fetchDirection - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
fetchDirection - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 
fetchSize - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
fetchSize - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 
fillBuffer(int) - Method in class org.apache.derby.impl.jdbc.ReaderToUTF8Stream
 
fillBuffer() - Method in class org.apache.derby.impl.jdbc.UTF8Reader
Fill the buffer, return true if eof has been reached.
filterProperties(Properties) - Method in class org.apache.derby.impl.jdbc.EmbedConnection
 
finalize() - Method in class org.apache.derby.impl.jdbc.EmbedBlob
 
finalize() - Method in class org.apache.derby.impl.jdbc.EmbedClob
 
finalize() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
 
finalize() - Method in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
JDBC states that a Statement is closed when garbage collected.
finalize() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC states that a ResultSet is closed when garbage collected.
finalizeActivation - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
findColumn(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Map a Resultset column name to a ResultSet column index.
findColumnName(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Map a Resultset column name to a ResultSet column index.
first() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0
forMetaData - Variable in class org.apache.derby.impl.jdbc.EmbedResultSet
 
forMetaData - Variable in class org.apache.derby.impl.jdbc.EmbedStatement
 

G

gcDuringGetMetaData - Variable in class org.apache.derby.impl.jdbc.EmbedPreparedStatement
 
generateCsSQLException(String) - Static method in class org.apache.derby.impl.jdbc.Util
 
generateCsSQLException(String, Object) - Static method in class org.apache.derby.impl.jdbc.Util
 
generateCsSQLException(String, Object, Object) - Static method in class org.apache.derby.impl.jdbc.Util
 
generateCsSQLException(String, Object, Object, Object) - Static method in class org.apache.derby.impl.jdbc.Util
 
generateCsSQLException(String, Object, Throwable) - Static method in class org.apache.derby.impl.jdbc.Util
 
generateCsSQLException(StandardException) - Static method in class org.apache.derby.impl.jdbc.Util
 
generateCsSQLWarning(StandardException) - Static method in class org.apache.derby.impl.jdbc.EmbedSQLWarning
Generate an SQL Warning from a Standard Exception
getApplicationConnection() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
 
getArguments() - Method in class org.apache.derby.impl.jdbc.EmbedSQLException
 
getArray(int) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
JDBC 2.0 Get an Array OUT parameter.
getArray(String) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
JDBC 3.0 Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet20
JDBC 2.0 Get an array column.
getArray(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet20
JDBC 2.0 Get an array column.
getAsciiStream() - Method in class org.apache.derby.impl.jdbc.EmbedClob
Gets the CLOB value designated by this Clob object as a stream of Ascii bytes.
getAsciiStream(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Pushes a converter on top of getCharacterStream().
getAsciiStream(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getAttributes(String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
JDBC 3.0 Retrieves a description of the given attribute of the given type for a user-defined type (UDT) that is available in the given schema and catalog.
getAutoCommit() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
Get the current auto-commit state.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBestRowIdentifierForODBC(String, String, String, int, boolean) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
JDBC 2.0 Get the value of a NUMERIC parameter as a java.math.BigDecimal object.
getBigDecimal(String) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
JDBC 3.0 Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains
getBigDecimal(int, int) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
 
getBigDecimal(int, int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet20
Get the value of a column in the current row as a java.lang.BigDecimal object.
getBigDecimal(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet20
 
getBigDecimal(String, int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet20
Get the value of a column in the current row as a java.lang.BigDecimal object.
getBigDecimal(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet20
JDBC 2.0 Get the value of a column in the current row as a java.math.BigDecimal object.
getBinaryStream() - Method in class org.apache.derby.impl.jdbc.EmbedBlob
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Get the column as an InputStream.
getBinaryStream(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream.
getBlob(int) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
JDBC 2.0 Get a BLOB OUT parameter.
getBlob(String) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
JDBC 3.0 Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0 Get a BLOB column.
getBlob(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0 Get a BLOB column.
getBoolean(int) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
 
getBoolean(String) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
JDBC 3.0 Retrieves the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Get the value of a column in the current row as a Java boolean.
getBoolean(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Get the value of a column in the current row as a Java boolean.
getByte(int) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
 
getByte(String) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
JDBC 3.0 Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Get the value of a column in the current row as a Java byte.
getByte(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Get the value of a column in the current row as a Java byte.
getBytes(long, int) - Method in class org.apache.derby.impl.jdbc.EmbedBlob
Returns as an array of bytes part or all of the BLOB value that this Blob object designates.
getBytes(int) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
 
getBytes(String) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
JDBC 3.0 Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Get the value of a column in the current row as a Java byte array.
getBytes(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Get the value of a column in the current row as a Java byte array.
getCal() - Method in class org.apache.derby.impl.jdbc.ConnectionChild
Get and save a unique calendar object for this JDBC object.
getCatalog() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
Return the Connection's current catalog name.
getCatalogName(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
What's a column's table's catalog name?
getCatalogSeparator() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getCatalogs() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Get the catalog names available in this database.
getCharacterStream() - Method in class org.apache.derby.impl.jdbc.EmbedClob
Gets the Clob contents as a Unicode stream.
getCharacterStream(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0
getCharacterStream(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0
getCharacterStreamAtPos(long, Object) - Method in class org.apache.derby.impl.jdbc.EmbedClob
 
getClob(int) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
JDBC 2.0 Get a CLOB OUT parameter.
getClob(String) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement20
JDBC 3.0 Retrieves the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0 Get a CLOB column.
getClob(String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0 Get a CLOB column.
getColumn(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Get the column value for a getXXX() call.
getColumnClassName(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
JDBC 2.0
getColumnCount() - Method in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
What's the number of columns in the ResultSet?
getColumnDisplaySize(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
What's the column's normal max width in chars?
getColumnLabel(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
What's the suggested column title for use in printouts and displays?
getColumnName(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
What's a column's name?
getColumnPrivileges(String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Get a description of the access rights for a table's columns.
getColumnType(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Check the column is in range *and* return the JDBC type of the column.
getColumnType(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
What's a column's SQL type?
getColumnTypeDescriptor(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
 
getColumnTypeName(int) - Method in class org.apache.derby.impl.jdbc.EmbedResultSetMetaData
What's a column's data source specific type name?
getColumns(String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Get a description of table columns available in a catalog.
getColumnsForODBC(String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Get a description of table columns available in a catalog.
getConcurrency() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
JDBC 2.0 Return the concurrency of this result set.
getConnection() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
JDBC 2.0 Return the connection that produced this metadata object.
getConnection() - Method in class org.apache.derby.impl.jdbc.EmbedStatement
JDBC 2.0 Return the Connection that produced the Statement.
getConnectionSynchronization() - Method in class org.apache.derby.impl.jdbc.ConnectionChild
Return an object to be used for connection synchronization.
getConnectionSynchronization() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
 
getContextManager() - Method in class org.apache.derby.impl.jdbc.ConnectionChild
 
getContextManager() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
Return the context manager for this connection.
getContextManager() - Method in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
getCsf() - Method in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
getCursorName() - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
Get the name of the SQL cursor used by this ResultSet.
getDBName() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
Return the dbname for this connection.
getDBName() - Method in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
getDVDforColumnToBeUpdated(int, String) - Method in class org.apache.derby.impl.jdbc.EmbedResultSet
 
getDatabase() - Method in class org.apache.derby.impl.jdbc.ConnectionChild
 
getDatabase() - Method in class org.apache.derby.impl.jdbc.EmbedConnection
 
getDatabase() - Method in class org.apache.derby.impl.jdbc.TransactionResourceImpl
 
getDatabaseMajorVersion() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
JDBC 3.0 Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
JDBC 3.0 Retrieves the minor version number of the underlying database.
getDatabaseProductName() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion() - Method in class org.apache.derby.impl.jdbc.EmbedDatabaseMetaData
What's the version of this database product?
getDate(int) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
 
getDate(int, Calendar) - Method in class org.apache.derby.impl.jdbc.EmbedCallableStatement
Get the value of a SQL DATE parameter as a java.sql.Date object
getDate(String) - Method in class org.apache.derby.impl.jdbc.