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 L M N O P R S T U V

A

Activation - interface org.apache.derby.iapi.sql.Activation.
An activation contains all the local state information necessary to execute a re-entrant PreparedStatement.
addWarning(SQLWarning) - Method in interface org.apache.derby.iapi.sql.Activation
Add a warning to the activation
allAreSet() - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Tells whether all the parameters are set and ready for execution.

B

BULK_FETCH_DEFAULT - Static variable in interface org.apache.derby.iapi.sql.LanguageProperties
 
BULK_FETCH_DEFAULT_INT - Static variable in interface org.apache.derby.iapi.sql.LanguageProperties
 
BULK_FETCH_PROP - Static variable in interface org.apache.derby.iapi.sql.LanguageProperties
 
BULK_INSERT_REPLACE - Static variable in interface org.apache.derby.iapi.sql.StatementType
 

C

CURRENT_RESULTSET_ONLY - Static variable in interface org.apache.derby.iapi.sql.ResultSet
 
checkIfThisActivationHasHoldCursor(String) - Method in interface org.apache.derby.iapi.sql.Activation
Temporary tables can be declared with ON COMMIT DELETE ROWS.
checkNoDeclaredOutputParameters() - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Check that there are not output parameters defined by the parameter set.
checkRowPosition(int) - Method in interface org.apache.derby.iapi.sql.ResultSet
Determine if the result set is at one of the positions according to the constants above (ISBEFOREFIRST etc).
checkStatementValidity() - Method in interface org.apache.derby.iapi.sql.Activation
Check the validity of the current executing statement.
cleanUp() - Method in interface org.apache.derby.iapi.sql.ResultSet
Tells the system to clean up on an error.
clearCurrentRow(int) - Method in interface org.apache.derby.iapi.sql.Activation
Generated plans have a current row field for ease in defining the methods and finding them dynamically.
clearHeapConglomerateController() - Method in interface org.apache.derby.iapi.sql.Activation
Clear the ConglomerateController to be used for an update or delete.
clearIndexScanInfo() - Method in interface org.apache.derby.iapi.sql.Activation
Clear the info for the index to be re-used for update/delete.
clearParameters() - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Sets all parameters to an uninitialized state.
clearParentResultSets() - Method in interface org.apache.derby.iapi.sql.Activation
 
clearResultSet() - Method in interface org.apache.derby.iapi.sql.Activation
Sets the ResultSet to be returned by getResultSet() to null.
clearWarnings() - Method in interface org.apache.derby.iapi.sql.Activation
Clear the activation's warnings.
close() - Method in interface org.apache.derby.iapi.sql.Activation
Closing an activation statement marks it as unusable.
close() - Method in interface org.apache.derby.iapi.sql.ResultSet
Tells the system that there will be no more calls to getNextRow() (until the next open() call), so it can free up the resources associated with the ResultSet.

D

DELETE - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
DISABLED - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
DROP_CASCADE - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
DROP_DEFAULT - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
DROP_RESTRICT - Static variable in interface org.apache.derby.iapi.sql.StatementType
 

E

ENABLED - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
ENTIRE_RESULTSET_TREE - Static variable in interface org.apache.derby.iapi.sql.ResultSet
 
execute() - Method in interface org.apache.derby.iapi.sql.Activation
When the prepared statement is executed, it passes execution on to the activation execution was requested for.
execute(Activation, boolean, boolean, boolean) - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Execute the PreparedStatement and return results.
execute(LanguageConnectionContext, boolean) - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Simple form of execute().

F

finish() - Method in interface org.apache.derby.iapi.sql.ResultSet
Tells the system that there will be no more access to any database information via this result set; in particular, no more calls to open().

G

getAbsoluteRow(int) - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns the row at the absolute position from the query, and returns NULL when there is no such position.
getActivation(LanguageConnectionContext, boolean) - Method in interface org.apache.derby.iapi.sql.PreparedStatement
PreparedStatements are re-entrant - that is, more than one execution can be active at a time for a single prepared statement.
getAutoGeneratedKeysColumnIndexes() - Method in interface org.apache.derby.iapi.sql.Activation
Returns the column positions array of columns requested in auto-generated keys resultset for this avtivation.
getAutoGeneratedKeysColumnNames() - Method in interface org.apache.derby.iapi.sql.Activation
Returns the column names array of columns requested in auto-generated keys resultset for this avtivation.
getAutoGeneratedKeysResultset() - Method in interface org.apache.derby.iapi.sql.ResultSet
ResultSet for rows inserted into the table (contains auto-generated keys columns only)
getAutoGeneratedKeysResultsetMode() - Method in interface org.apache.derby.iapi.sql.Activation
Returns true if auto-generated keys resultset request was made for this avtivation.
getBeginCompileTimestamp() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Get the timestamp for the beginning of compilation
getBeginExecutionTimestamp() - Method in interface org.apache.derby.iapi.sql.ResultSet
Get the Timestamp for the beginning of execution.
getBindTimeInMillis() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Get the bind time for the associated query in milliseconds.
getClone() - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Clone the ParameterValueSet and its contents.
getColumn(int) - Method in interface org.apache.derby.iapi.sql.Row
Get a DataValueDescriptor in a Row by ordinal position (1-based).
getColumnCount() - Method in interface org.apache.derby.iapi.sql.ResultDescription
Returns the number of columns in the result set.
getColumnDescriptor(int) - Method in interface org.apache.derby.iapi.sql.ResultDescription
Returns a ResultColumnDescriptor for the column, given the oridinal position of the column.
getColumnInfo() - Method in interface org.apache.derby.iapi.sql.ResultDescription
Return information about all the columns.
getColumnPosition() - Method in interface org.apache.derby.iapi.sql.ResultColumnDescriptor
Get the position of the Column.
getCompileTimeInMillis() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Get the total compile time for the associated query in milliseconds.
getCompileTimeWarnings() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Return any compile time warnings.
getConstantAction() - Method in interface org.apache.derby.iapi.sql.Activation
 
getCursorName() - Method in interface org.apache.derby.iapi.sql.Activation
Return the cursor name of this activation.
getCursorName() - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns the name of the cursor, if this is cursor statement of some type (declare, open, fetch, positioned update, positioned delete, close).
getDDLTableDescriptor() - Method in interface org.apache.derby.iapi.sql.Activation
Get the TableDescriptor for the target of DDL.
getDataValueFactory() - Method in interface org.apache.derby.iapi.sql.Activation
Get the DataValueFactory
getDynamicResults() - Method in interface org.apache.derby.iapi.sql.Activation
Return the set of dynamical created result sets, for procedures.
getEndCompileTimestamp() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Get the timestamp for the end of compilation
getEndExecutionTimestamp() - Method in interface org.apache.derby.iapi.sql.ResultSet
Get the Timestamp for the end of execution.
getExecuteTime() - Method in interface org.apache.derby.iapi.sql.ResultSet
Get the execution time in milliseconds.
getExecutionFactory() - Method in interface org.apache.derby.iapi.sql.Activation
Get the ExecutionFactory
getFirstRow() - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns the first row from the query, and returns NULL when there are no rows.
getForCreateTable() - Method in interface org.apache.derby.iapi.sql.Activation
Get whether or not this activation is for create table.
getForUpdateIndexScan() - Method in interface org.apache.derby.iapi.sql.Activation
 
getGenerateTimeInMillis() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Get the generate time for the associated query in milliseconds.
getHeapConglomerateController() - Method in interface org.apache.derby.iapi.sql.Activation
Get the ConglomerateController, if any, that has already been opened for the heap when scaning for an update or delete.
getIndexConglomerateNumber() - Method in interface org.apache.derby.iapi.sql.Activation
Get the conglomerate number of the index, if any, that has already been opened for scaning for an update or delete.
getIndexScanController() - Method in interface org.apache.derby.iapi.sql.Activation
Get the ScanController, if any, that has already been opened for the index when scaning for an update or delete.
getLanguageConnectionContext() - Method in interface org.apache.derby.iapi.sql.Activation
Get the language connection context associated with this activation
getLastRow() - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns the last row from the query, and returns NULL when there are no rows.
getMaxDynamicResults() - Method in interface org.apache.derby.iapi.sql.Activation
Return the maximum number of dynamical created result sets from the procedure definition.
getMaxRows() - Method in interface org.apache.derby.iapi.sql.Activation
Get the maximum # of rows.
getName() - Method in interface org.apache.derby.iapi.sql.ResultColumnDescriptor
Returns the name of the Column.
getNextRow() - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns the next row from the query, and returns NULL when there are no more rows.
getNumSubqueries() - Method in interface org.apache.derby.iapi.sql.Activation
Get the number of subqueries in the entire query.
getObject(int) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Get the value of a parameter as a Java object.
getOptimizeTimeInMillis() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Get the optimize time for the associated query in milliseconds.
getParameter(int) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Returns the parameter at the given position.
getParameterCount() - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Returns the number of parameters in this set.
getParameterForGet(int) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
 
getParameterForSet(int) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Returns the parameter at the given position in order to set it.
getParameterMode(int) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Return the mode of the parameter according to JDBC 3.0 ParameterMetaData
getParameterTypes() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Get an array of DataTypeDescriptors describing the types of the parameters of this PreparedStatement.
getParameterValueSet() - Method in interface org.apache.derby.iapi.sql.Activation
Gets the ParameterValueSet for this execution of the statement.
getParentResultSet(String) - Method in interface org.apache.derby.iapi.sql.Activation
get the reference to parent table ResultSets, that will be needed by the referential action dependent table scans.
getParentResultSets() - Method in interface org.apache.derby.iapi.sql.Activation
 
getParseTimeInMillis() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Get the parse time for the associated query in milliseconds.
getPrecision(int) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Return the precision of the given parameter index in this pvs.
getPreparedStatement() - Method in interface org.apache.derby.iapi.sql.Activation
Get the prepared statement that this activation is for.
getPreviousRow() - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns the previous row from the query, and returns NULL when there are no more previous rows.
getRelativeRow(int) - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns the row at the relative position from the current cursor position, and returns NULL when there is no such position.
getResultDescription() - Method in interface org.apache.derby.iapi.sql.Activation
Get the result description for this activation, if it has one.
getResultDescription(ResultDescription, int[]) - Method in interface org.apache.derby.iapi.sql.LanguageFactory
Get a new result description from the input result description.
getResultDescription(ResultColumnDescriptor[], String) - Method in interface org.apache.derby.iapi.sql.LanguageFactory
Get a new result description
getResultDescription() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Get the ResultDescription for the statement.
getResultDescription() - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns a ResultDescription object, which describes the results of the statement this ResultSet is in.
getResultSet() - Method in interface org.apache.derby.iapi.sql.Activation
Returns the current result set for this activation, i.e.
getResultSetHoldability() - Method in interface org.apache.derby.iapi.sql.Activation
Return the holdability of this activation.
getRowLocationTemplate(int) - Method in interface org.apache.derby.iapi.sql.Activation
Get the saved RowLocation.
getRowNumber() - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns the row number of the current row.
getSPSName() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Return the SPS Name for this statement.
getScale(int) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Return the scale of the given parameter index in this pvs.
getSource() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Return the SQL string that this statement is for.
getSource() - Method in interface org.apache.derby.iapi.sql.Statement
Return the SQL string that this statement is for.
getSourceSchemaName() - Method in interface org.apache.derby.iapi.sql.ResultColumnDescriptor
Get the name of the schema for the Column's base table, if any.
getSourceTableName() - Method in interface org.apache.derby.iapi.sql.ResultColumnDescriptor
Get the name of the underlying(base) table this column comes from, if any.
getStatementType() - Method in interface org.apache.derby.iapi.sql.ResultDescription
Returns an identifier that tells what type of statement has been executed.
getSubqueryTrackingArray(int) - Method in interface org.apache.derby.iapi.sql.ResultSet
Get the subquery ResultSet tracking array from the top ResultSet.
getTargetVTI() - Method in interface org.apache.derby.iapi.sql.Activation
Get the ResultSet for the target of an update/delete to a VTI.
getTimeSpent(int) - Method in interface org.apache.derby.iapi.sql.ResultSet
Return the total amount of time spent in this ResultSet
getTransactionController() - Method in interface org.apache.derby.iapi.sql.Activation
Get the Execution TransactionController associated with this activation/lcc.
getType() - Method in interface org.apache.derby.iapi.sql.ResultColumnDescriptor
Returns a DataTypeDescriptor for the column.
getUnicode() - Method in interface org.apache.derby.iapi.sql.Statement
 
getWarnings() - Method in interface org.apache.derby.iapi.sql.Activation
Returns the chained list of warnings.
getWarnings() - Method in interface org.apache.derby.iapi.sql.ResultSet
Return the set of warnings generated during the execution of this result set.

H

hasReturnOutputParameter() - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Is there a return output parameter in this pvs.

I

INSERT - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
ISAFTERLAST - Static variable in interface org.apache.derby.iapi.sql.ResultSet
 
ISBEFOREFIRST - Static variable in interface org.apache.derby.iapi.sql.ResultSet
 
ISFIRST - Static variable in interface org.apache.derby.iapi.sql.ResultSet
 
ISLAST - Static variable in interface org.apache.derby.iapi.sql.ResultSet
 
informOfRowCount(NoPutResultSet, long) - Method in interface org.apache.derby.iapi.sql.Activation
Tell this activation that the given ResultSet was found to have the given number of rows.
isAtomic() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Returns whether or not this Statement requires should behave atomically -- i.e.
isAutoincrement() - Method in interface org.apache.derby.iapi.sql.ResultColumnDescriptor
Tell us if the column is an autoincrement column or not.
isClosed() - Method in interface org.apache.derby.iapi.sql.Activation
Find out if the activation is closed or not.
isClosed() - Method in interface org.apache.derby.iapi.sql.ResultSet
Find out if the ResultSet is closed or not.
isCursorActivation() - Method in interface org.apache.derby.iapi.sql.Activation
Is this Activation for a cursor?
isInUse() - Method in interface org.apache.derby.iapi.sql.Activation
Is the activation in use?
isSingleExecution() - Method in interface org.apache.derby.iapi.sql.Activation
Returns true if this Activation is only going to be used for one execution.

L

LanguageFactory - interface org.apache.derby.iapi.sql.LanguageFactory.
Factory interface for the Language.Interface protocol.
LanguageProperties - interface org.apache.derby.iapi.sql.LanguageProperties.
This is a holder of language properties that are exposed users.
loadGeneratedClass() - Method in interface org.apache.derby.iapi.sql.StorablePreparedStatement
Load up the class from the saved bytes.

M

MODULE - Static variable in interface org.apache.derby.iapi.sql.LanguageFactory
Used to locate this factory by the Monitor basic service.
markUnused() - Method in interface org.apache.derby.iapi.sql.Activation
Mark the activation as unused.
modifiedRowCount() - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns the number of rows affected by the statement.

N

nColumns() - Method in interface org.apache.derby.iapi.sql.Row
 
newParameterValueSet(ClassInspector, int, boolean) - Method in interface org.apache.derby.iapi.sql.LanguageFactory
Get a ParameterValueSet

O

open() - Method in interface org.apache.derby.iapi.sql.ResultSet
Needs to be called before the result set will do anything.
org.apache.derby.iapi.sql - package org.apache.derby.iapi.sql
 

P

ParameterValueSet - interface org.apache.derby.iapi.sql.ParameterValueSet.
A ParameterValueSet is a set of parameter values that can be assembled by a JDBC driver and passed to a PreparedStatement all at once.
PreparedStatement - interface org.apache.derby.iapi.sql.PreparedStatement.
The PreparedStatement interface provides methods to execute prepared statements, store them, and get metadata about them.
prepare(LanguageConnectionContext) - Method in interface org.apache.derby.iapi.sql.Statement
Generates an execution plan without executing it.
prepareStorable(LanguageConnectionContext, PreparedStatement, Object[], SchemaDescriptor, boolean) - Method in interface org.apache.derby.iapi.sql.Statement
Generates an execution plan given a set of named parameters.

R

RA_CASCADE - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
RA_NOACTION - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
RA_RESTRICT - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
RA_SETDEFAULT - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
RA_SETNULL - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
RENAME_COLUMN - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
RENAME_INDEX - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
RENAME_TABLE - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
ResultColumnDescriptor - interface org.apache.derby.iapi.sql.ResultColumnDescriptor.
A ResultColumnDescriptor describes a result column in a ResultSet.
ResultDescription - interface org.apache.derby.iapi.sql.ResultDescription.
The ResultDescription interface provides methods to get metadata on the results returned by a statement.
ResultSet - interface org.apache.derby.iapi.sql.ResultSet.
The ResultSet interface provides a method to tell whether a statement returns rows, and if so, a method to get the rows.
Row - interface org.apache.derby.iapi.sql.Row.
The Row interface provides methods to get information about the columns in a result row.
rePrepare(LanguageConnectionContext) - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Re-prepare the statement if it is not up to date or, if requested, simply not optimal.
referencesSessionSchema() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Return true if the query node for this statement references SESSION schema tables.
registerOutParameter(int, int, int) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Mark the parameter as an output parameter.
reset() - Method in interface org.apache.derby.iapi.sql.Activation
Resets the activation to the "pre-execution" state - that is, the state where it can be used to begin a new execution.
returnsRows() - Method in interface org.apache.derby.iapi.sql.ResultSet
Returns TRUE if the statement returns rows (i.e.

S

SET_SCHEMA_DYNAMIC - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
SET_SCHEMA_USER - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
Statement - interface org.apache.derby.iapi.sql.Statement.
The Statement interface provides a way of giving a statement to the language module, preparing the statement, and executing it.
StatementType - interface org.apache.derby.iapi.sql.StatementType.
Different types of statements
StatementUtil - class org.apache.derby.iapi.sql.StatementUtil.
Utilities for dealing with statements.
StatementUtil() - Constructor for class org.apache.derby.iapi.sql.StatementUtil
 
StorablePreparedStatement - interface org.apache.derby.iapi.sql.StorablePreparedStatement.
The Statement interface is an extension of exec prepared statement that has some stored prepared specifics.
setAfterLastRow() - Method in interface org.apache.derby.iapi.sql.ResultSet
Sets the current position to after the last row and returns NULL because there is no current row.
setAutoGeneratedKeysResultsetInfo(int[], String[]) - Method in interface org.apache.derby.iapi.sql.Activation
Set the auto-generated keys resultset mode to true for this activation.
setBeforeFirstRow() - Method in interface org.apache.derby.iapi.sql.ResultSet
Sets the current position to before the first row and returns NULL because there is no current row.
setColumn(int, DataValueDescriptor) - Method in interface org.apache.derby.iapi.sql.Row
Set a DataValueDescriptor in a Row by ordinal position (1-based).
setCurrentRow(ExecRow, int) - Method in interface org.apache.derby.iapi.sql.Activation
Generated plans have a current row field for ease in defining the methods and finding them dynamically.
setCursorName(String) - Method in interface org.apache.derby.iapi.sql.Activation
JDBC requires that all select statements be converted into cursors, and that the cursor name be settable for each execution of a select statement.
setDDLTableDescriptor(TableDescriptor) - Method in interface org.apache.derby.iapi.sql.Activation
Save the TableDescriptor for the target of DDL so that it can be passed between the various ConstantActions during execution.
setForCreateTable() - Method in interface org.apache.derby.iapi.sql.Activation
Mark the Activation as being for create table.
setForUpdateIndexScan(CursorResultSet) - Method in interface org.apache.derby.iapi.sql.Activation
beetle 3865: updateable cursor using index.
setHeapConglomerateController(ConglomerateController) - Method in interface org.apache.derby.iapi.sql.Activation
Set the ConglomerateController to be used for an update or delete.
setIndexConglomerateNumber(long) - Method in interface org.apache.derby.iapi.sql.Activation
Set the conglomerate number of the index to be used for an update or delete, when scanning an index that will also be updated (Saves opening the ScanController twice.)
setIndexScanController(ScanController) - Method in interface org.apache.derby.iapi.sql.Activation
Set the ScanController to be used for an update or delete, when scanning an index that will also be updated (Saves opening the ScanController twice.)
setMaxRows(int) - Method in interface org.apache.derby.iapi.sql.Activation
Set the maximum # of rows.
setParameterAsObject(int, Object) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Set the value of this parameter to the passed in Object.
setParameterMode(int, int) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Set the mode of the parameter, called when setting up static method calls and stored procedures.
setParameters(ParameterValueSet, DataTypeDescriptor[]) - Method in interface org.apache.derby.iapi.sql.Activation
Sets the parameter values for this execution of the statement.
setParentResultSet(TemporaryRowHolder, String) - Method in interface org.apache.derby.iapi.sql.Activation
 
setResultSetHoldability(boolean) - Method in interface org.apache.derby.iapi.sql.Activation
Set current resultset holdability.
setReturnValue(Object) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Set the value of the return parameter as a Java object.
setSingleExecution() - Method in interface org.apache.derby.iapi.sql.Activation
Set this Activation for a single execution.
setStorableDataValue(DataValueDescriptor, int, int, String) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Set a parameter position to a DataValueDescriptor.
setTargetVTI(ResultSet) - Method in interface org.apache.derby.iapi.sql.Activation
Save the ResultSet for the target of an update/delete to a VTI.

T

TypeNames - Static variable in class org.apache.derby.iapi.sql.StatementUtil
 
transferDataValues(ParameterValueSet) - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Set the parameter values of the pvstarget to equal those set in this PVS.
truncateColumns(int) - Method in interface org.apache.derby.iapi.sql.ResultDescription
Get a new result description that has been truncated from input column number.
typeName(int) - Static method in class org.apache.derby.iapi.sql.StatementUtil
 

U

UNKNOWN - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
UPDATE - Static variable in interface org.apache.derby.iapi.sql.StatementType
 
upToDate() - Method in interface org.apache.derby.iapi.sql.PreparedStatement
Checks whether this PreparedStatement is up to date.
updatableByCursor() - Method in interface org.apache.derby.iapi.sql.ResultColumnDescriptor
Return true if the column is wirtable by a positioned update.

V

validate() - Method in interface org.apache.derby.iapi.sql.ParameterValueSet
Validate the parameters.

A B C D E F G H I L M N O P R S T U V