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

Quick Search    Search Deep
A B C D G I J L M N O P R S U V X

A

ANSI_CASING - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
ANTI_ANSI_CASING - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
Authorizer - interface org.apache.derby.iapi.sql.conn.Authorizer.
The Authorizer verifies a connected user has the authorization to perform a requested database operation using the current connection.
addActivation(Activation) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Add the activation to those known about by this connection.
addDeclaredGlobalTempTable(TableDescriptor) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Add the declared global temporary table to the list of temporary tables known by this connection.
addDependency(Dependency) - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Track a Dependency within this StatementContext.
anyoneBlocked() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Returns true if any transaction is blocked (even if not by this one)
appendOptimizerTraceOutput(String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Append the latest output to the optimizer trace output.
authorize(int) - Method in interface org.apache.derby.iapi.sql.conn.Authorizer
Verify the connected user is authorized to perform the requested operation.
autoincrementCreateCounter(String, String, String, Long, long, int) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Create an autoincrement counter to be used on behalf of a SQL-J statement.
autoincrementFlushCache(UUID) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Flush the cache of autoincrement values being kept by the lcc.

B

beginNestedTransaction(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Begin a nested transaction.

C

CONTEXT_ID - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
this is the ID we expect these contexts to be stored into a context manager under.
ConnectionUtil - class org.apache.derby.iapi.sql.conn.ConnectionUtil.
 
ConnectionUtil() - Constructor for class org.apache.derby.iapi.sql.conn.ConnectionUtil
 
checkIfAnyDeclaredGlobalTempTablesForThisConnection() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Check if there are any global temporary tables declared for this connection.
clearInUse() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Mark this context as not in use.
clearSavePoint() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Clear the save point for the current statement.
commitNestedTransaction() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
commit a nested transaction.
convertIdentifierCase(String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Convert an identifier to the proper case for this connection.
copyHashtableToAIHT(Hashtable) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
copy a hashtable of autoincrement key value pairs into the cache of ai values stored in the language connection context.

D

dataDictionaryInWriteMode() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Return true if the data dictionary is in write mode (that is, this context was informed that is is in write mode by the method call setDataDictionaryWriteMode().
dbnameStr - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
decrementBindCount() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Decrement the DataDictionary bind count.
drdaStr - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
dropDeclaredGlobalTempTable(String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Drop (mark the declared global temporary table for dropping) from the list of temporary tables known by this connection.

G

getAccessFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the AccessFactory cached in this LanguageConnectionContext
getAccessFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the AccessFactory to use with this language connection
getActivationCount() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Return the number of activation known for this connection.
getAuthorizationId() - Method in interface org.apache.derby.iapi.sql.conn.Authorizer
Get the Authorization ID for this Authorizer.
getAuthorizationId() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the Authorization Id
getAuthorizer() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get an Authorizer for this connection.
getAutoincrementUpdate() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Returns the current value of autoincrementUpdate.
getBindCount() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the DataDictionary bind count.
getClassFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the ClassFactory to use with this language connection
getCurrentIsolationLevel() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the current isolation level.
getCurrentIsolationLevelStr() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the current isolation level in DB2 format.
getCurrentLCC() - Static method in class org.apache.derby.iapi.sql.conn.ConnectionUtil
Get the current LanguageConnectionContext.
getCurrentSchemaName() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the current schema name
getDataDictionary() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the data dictionary
getDataValueFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the data value factory to use with this language connection context.
getDataValueFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the DataValueFactory to use with this language connection This is expected to get stuffed into the language connection context and accessed from there.
getDatabase() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Returns the Database of this connection.
getDbname() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the database name of this LCC.
getDeclaredGlobalTemporaryTablesSchemaName() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the declared global temporary tables schema name.
getDefaultSchema() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the current default schema
getDrdaID() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the DRDA ID of this LCC.
getExecutionContext() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the current ExecutionContext.
getExecutionFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the ExecutionFactory to use with this language connection
getIdentifierCasing() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get casing for delimited identifiers.
getIdentityValue() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the identity column value most recently generated.
getInstanceNumber() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the instance number of this LCC.
getJavaFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the JavaFactory to use with this language connection
getLanguageConnectionFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the language connection factory to use with this language connection context.
getLanguageFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the language factory to use with this language connection context.
getLastActivation() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Return the last activation added This is used to find the drop activation in dropViewCascade so we can add warning messages to the activation
getLockEscalationThreshold() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
get the lock escalation threshold to use with this connection.
getLockObject(int) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the lock handle for the current transaction.
getLogQueryPlan() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get value of logQueryPlan.
getLogStatementText() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get value of logStatementText.
getNodeFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the NodeFactory to use with this language connection
getOptimizerFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
get the optimizer factory to use with this language connection context.
getOptimizerFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the OptimizerFactory to use with this language connection
getOptimizerTrace() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get whether or not optimizer trace is on.
getOptimizerTraceHtml() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get whether or not optimizer trace html is on.
getOptimizerTraceOutput() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the optimizer trace output for the last optimized query as a String.
getPrepareIsolationLevel() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the prepare isolation level.
getPropertyFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the PropertyFactory to use with this language connection
getRunTimeStatisticsMode() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the RUNTIMESTATISTICS mode.
getRunTimeStatisticsObject() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the RUNTIMESTATISTICS object.
getSQLAllowed() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Get the setting of the SQL allowed state.
getStatement(SchemaDescriptor, String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get a Statement.
getStatementCache() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
 
getStatementContext() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the current StatementContext.
getStatementDepth() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Reports how many statement levels deep we are.
getStatementText() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Return the text of the current statement.
getStatisticsTiming() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the STATISTICS TIMING mode.
getSubqueryTrackingArray() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Get the subquery tracking array for this query.
getSysIBMSchemaName() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the SYSIBM schema name.
getSystemCode() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Return true if this statement is system code.
getSystemDiagSchemaName() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the SYSCS_DIAG schema name.
getSystemSchemaName() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the system schema name.
getSystemUtilSchemaName() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the SYSCS_UTIL schema name.
getTableDescriptorForDeclaredGlobalTempTable(String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get table descriptor for the declared global temporary table from the list of temporary tables known by this connection.
getTransactionCompile() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the transaction controller to use with this language connection context at compile time.
getTransactionExecute() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the transaction controller to use with this language connection context during execute time.
getTriggerExecutionContext() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the topmost tec.
getTriggerTable() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the topmost trigger table descriptor
getTypeCompilerFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the TypeCompilerFactory to use with this language connection
getUUIDFactory() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get the UUIDFactory to use with this language connection
getUniqueCursorName() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get a connection unique system generated name for a cursor.
getUniqueSavepointID() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get a connection unique system generated id for an unnamed savepoint.
getUniqueSavepointName() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get a connection unique system generated name for an unnamed savepoint.

I

inTrigger() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Returns whether we started from within the context of a trigger or not.
inUse() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Is this statement context in use or not.
incrementBindCount() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Increment the DataDictionary bind count.
initialize(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Initialize.
internalCommit(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Do a commit, as internally needed by Cloudscape.
internalCommitNoSync(int) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Similar to internalCommit() but has logic for an unsynchronized commit
internalRollback() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Do a rollback, as internally needed by Cloudscape.
internalRollbackToSavepoint(String, boolean, Object) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Let the context deal with a rollback to savepoint
isAtomic() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Indicates whether the statement needs to be executed atomically or not, i.e., whether a commit/rollback is permitted by a connection nested in this statement.
isReadOnly() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Get the readOnly status for the current connection.
isReadOnlyConnection() - Method in interface org.apache.derby.iapi.sql.conn.Authorizer
Get the readOnly status for this authorizer's connection.
isTransactionPristine() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Reports whether there is any outstanding work in the transaction.

J

JAR_WRITE_OP - Static variable in interface org.apache.derby.iapi.sql.conn.Authorizer
database jar write operation

L

LanguageConnectionContext - interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext.
LanguageConnectionContext keeps the result sets, and activations in use by the current connection.
LanguageConnectionFactory - interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory.
Factory interface for items specific to a connection in the language system.
languageSetSavePoint(String, Object) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Sets a savepoint.
lastAutoincrementValue(String, String, String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Returns the last autoincrement value inserted by this connection.
lccStr - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
lookupCursorActivation(String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
See if a given cursor is available for use.

M

MODULE - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Used to locate this factory by the Monitor basic service.
MULTI_TRANSACTION_LOCK - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
markTempTableAsModifiedInUnitOfWork(String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Mark the passed temporary table as modified in the current unit of work.

N

NO_SCHEMAS - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
newLanguageConnectionContext(ContextManager, TransactionController, LanguageFactory, Database, String, String, String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
Get a new LanguageConnectionContext.
newParser(CompilerContext) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionFactory
 
nextAutoincrementValue(String, String, String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
returns the next value to be inserted into an autoincrement col.

O

OUTERMOST_STATEMENT - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
onStack() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Reports whether this StatementContext is on the context stack.
org.apache.derby.iapi.sql.conn - package org.apache.derby.iapi.sql.conn
 

P

PROPERTY_WRITE_OP - Static variable in interface org.apache.derby.iapi.sql.conn.Authorizer
database property write operation
popCompilerContext(CompilerContext) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Pop a CompilerContext off the context stack.
popExecutionStmtValidator(ExecutionStmtValidator) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Remove the validator.
popStatementContext(StatementContext, Throwable) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Pop a StatementContext of the context stack.
popTriggerExecutionContext(TriggerExecutionContext) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Remove the tec.
popTriggerTable(TableDescriptor) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Remove the trigger table descriptor.
prepareInternalStatement(String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Return a compiled Statement object.
prepareInternalStatement(SchemaDescriptor, String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
pushCompilerContext() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Push a CompilerContext on the context stack with the current default schema as the default schema which we compile against.
pushCompilerContext(SchemaDescriptor) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Push a CompilerContext on the context stack with the passed in default schema as the default schema we compile against.
pushExecutionStmtValidator(ExecutionStmtValidator) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Push a new execution statement validator.
pushStatementContext(boolean, String, ParameterValueSet, boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Push a StatementContext on the context stack.
pushTriggerExecutionContext(TriggerExecutionContext) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Push a new trigger execution context.
pushTriggerTable(TableDescriptor) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Set the trigger table descriptor.

R

refresh() - Method in interface org.apache.derby.iapi.sql.conn.Authorizer
Refresh this authorizer to reflect a change in the database permissions.
releaseSavePoint(String, Object) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Let the context deal with a release of a savepoint
removeActivation(Activation) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Remove the activation from those known about by this connection.
resetFromPool() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Reset the connection before it is returned (indirectly) by a PooledConnection object.
resetSavePoint() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
If this statement context has a savepoint, then it is reset to the current point.

S

SINGLE_TRANSACTION_LOCK - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
SQL92_SCHEMAS - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
SQL_ARBITARY_OP - Static variable in interface org.apache.derby.iapi.sql.conn.Authorizer
Any other SQL operation
SQL_CALL_OP - Static variable in interface org.apache.derby.iapi.sql.conn.Authorizer
SQL CALL/VALUE operation
SQL_DDL_OP - Static variable in interface org.apache.derby.iapi.sql.conn.Authorizer
SQL DDL operation
SQL_SELECT_OP - Static variable in interface org.apache.derby.iapi.sql.conn.Authorizer
SQL SELECT operation
SQL_WRITE_OP - Static variable in interface org.apache.derby.iapi.sql.conn.Authorizer
SQL write (insert,update,delete) operation
StatementContext - interface org.apache.derby.iapi.sql.conn.StatementContext.
StatementContext keeps the context for a statement.
setAutoincrementUpdate(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Sets autoincrementUpdate-- this variable allows updates to autoincrement columns if it is set to true.
setDataDictionaryWriteMode() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Remember that the DataDictionary is in write mode, so we can take it out of write mode at the end of the transaction.
setDefaultSchema(SchemaDescriptor) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Set the current default schema
setDrdaID(String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Set the DRDA ID of this LCC.
setIdentityValue(long) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Set the field of most recently generated identity column value.
setInUse(boolean, boolean, String, ParameterValueSet) - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Mark this context as being in use.
setIsolationLevel(int) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Set current isolation level.
setLogStatementText(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Set value of logStatementText (Whether or not to write info on currently executing statement to error log.)
setOptimizerTrace(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Control whether or not optimizer trace is on.
setOptimizerTraceHtml(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Control whether or not optimizer trace is generated in html.
setOptimizerTraceOutput(String) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Set the optimizer trace output to the specified String.
setParentRollback() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Indicate that, in the event of a statement-level exception, this context is NOT the last one that needs to be rolled back--rather, it is nested within some other statement context, and that other context needs to be rolled back, too.
setPrepareIsolationLevel(int) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
setReadOnly(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Set the readOnly status for the current connection.
setReadOnlyConnection(boolean, boolean) - Method in interface org.apache.derby.iapi.sql.conn.Authorizer
Set the readOnly status for this authorizer's connection.
setRunTimeStatisticsMode(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Turn RUNTIMESTATISTICS on or off.
setRunTimeStatisticsObject(RunTimeStatistics) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Set the RUNTIMESTATISTICS object.
setSQLAllowed(short, boolean) - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Set the level of SQL allowed in this and subsequent nested statements due to a routine call.
setSavePoint() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Set a save point for the current statement.
setStatisticsTiming(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Turn STATISTICS TIMING on or off.
setSubqueryResultSet(int, NoPutResultSet, int) - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Set the appropriate entry in the subquery tracking array for the specified subquery.
setSystemCode() - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Set to indicate statement is system code.
setTopResultSet(ResultSet, NoPutResultSet[]) - Method in interface org.apache.derby.iapi.sql.conn.StatementContext
Set the top ResultSet in the ResultSet tree for close down on an error.
setTransaction(TransactionController) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Sets the transaction controller to use with this language connection context.

U

UNKNOWN_CASING - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
USER_NAME_SCHEMA - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 
userCommit() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Do a commit, as issued directly by a user (e.g.
userRollback() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Do a rollback, as issued directly by a user (e.g.

V

validateStmtExecution(ConstantAction) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Validate a statement.
verifyAllHeldResultSetsAreClosed() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Verify that there are no activations with open held result sets.
verifyNoOpenResultSets(PreparedStatement, Provider, int) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Verify that there are no activations with open result sets on the specified prepared statement.

X

xaCommit(boolean) - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Commit a distrubuted transaction.
xaRollback() - Method in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
Roll back a distrubuted transaction.
xidStr - Static variable in interface org.apache.derby.iapi.sql.conn.LanguageConnectionContext
 

A B C D G I J L M N O P R S U V X