|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> sql >> [ conn overview ] | PREV NEXT | ||||||||
A
- acts - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- addActivation(Activation) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Add the activation to those known about by this connection.
- addDeclaredGlobalTempTable(TableDescriptor) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- addDependency(Dependency) - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Track a Dependency within this StatementContext.
- af - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- af - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- allDeclaredGlobalTempTables - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- anyoneBlocked() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Return true if any transaction is blocked, even if not by this one
- appendErrorInfo() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- appendErrorInfo() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- appendOptimizerTraceOutput(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- apply(String, Serializable, Dictionary) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- authorizationId - Variable in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- authorize(int) - Method in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- authorizer - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- autoincrementCacheHashtable - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- autoincrementCreateCounter(String, String, String, Long, long, int) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- autoincrementFlushCache(UUID) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Flush the cache of autoincrement values being kept by the lcc.
- autoincrementHT - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- To support lastAutoincrementValue: This is a hashtable which maps schemaName,tableName,columnName to a Long value.
- autoincrementUpdate - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- whether to allow updates or not.
B
- beginNestedTransaction(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Start a Nested User Transaction (NUT) with the store.
- bindCount - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- boot(boolean, Properties) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Start-up method for this instance of the language connection factory.
- bootDataDictionary(boolean, Properties) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
C
- CachedStatement - class org.apache.derby.impl.sql.conn.CachedStatement.
- CachedStatement() - Constructor for class org.apache.derby.impl.sql.conn.CachedStatement
- cacheSize - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- canSupport(Properties) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- this implementation will not support caching of statements.
- checkIfAnyActivationHasHoldCursor(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- check if there are any activations that reference this temporary table
- checkIfAnyDeclaredGlobalTempTablesForThisConnection() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- childTransaction - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- If non-null indicates that a nested user transaction is in progress.
- classFactory - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- clean(boolean) - Method in class org.apache.derby.impl.sql.conn.CachedStatement
- cleanupOnError(Throwable) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- If worse than a transaction error, everything goes; we rely on other contexts to kill the context manager for this session.
- cleanupOnError(Throwable) - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Close down the top ResultSet, if relevant, and rollback to the internal savepoint, if one was set.
- cleanupTempTableOnCommitOrRollback(TableDescriptor, boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- If dropAndRedeclare is true, that means we have come here for temp tables with on commit delete rows and no held curosr open on them.
- clearIdentity() - Method in class org.apache.derby.impl.sql.conn.CachedStatement
- clearInUse() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- clearSavePoint() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- commitNestedTransaction() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- connFactory - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- connectionMustRemainReadOnly() - Method in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- convertIdentifierCase(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Convert an identifier to the proper case for this connection.
- copyHashtableToAIHT(Hashtable) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Copies an existing hashtable of autoincrement mappings into autoincrementHT, the cache of autoincrement values kept in the languageconnectioncontext.
- createIdentity(Object, Object) - Method in class org.apache.derby.impl.sql.conn.CachedStatement
- currentSavepointLevel - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
D
- dataDictionaryInWriteMode() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- dataFactory - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- dataModifiedInSavepointLevel - Variable in class org.apache.derby.impl.sql.conn.TempTableInfo
- db - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- dbname - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- dd - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- ddWriteMode - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- declaredInSavepointLevel - Variable in class org.apache.derby.impl.sql.conn.TempTableInfo
- decrementBindCount() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- decrementStatementDepth() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Decrements the statement depth
- defaultIsolationLevel - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- dependencies - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- doCommit(boolean, boolean, int, boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- This is where the work on internalCommit(), userCOmmit() and internalCommitNoSync() actually takes place.
- doRollback(boolean, boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- When a rollback happens, the language connection context will close all open activations and invalidate their prepared statements.
- drdaID - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- dropAllDeclaredGlobalTempTables() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Drop all the declared global temporary tables associated with this connection.
- dropDeclaredGlobalTempTable(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- droppededInSavepointLevel - Variable in class org.apache.derby.impl.sql.conn.TempTableInfo
- dvf - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
E
- ef - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- emptyCache() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Empty as much of the cache as possible.
- externalRoutineException(int, int) - Static method in class org.apache.derby.impl.sql.conn.GenericAuthorizer
F
- FULL_ACCESS - Static variable in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- findDeclaredGlobalTempTable(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Find the declared global temporary table in the list of temporary tables known by this connection.
- finishDDTransaction() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Finish the data dictionary transaction, if any.
G
- GenericAuthorizer - class org.apache.derby.impl.sql.conn.GenericAuthorizer.
- GenericAuthorizer(String, LanguageConnectionContext, boolean) - Constructor for class org.apache.derby.impl.sql.conn.GenericAuthorizer
- GenericLanguageConnectionContext - class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.
- LanguageConnectionContext keeps the pool of prepared statements, activations, and cursors in use by the current connection.
- GenericLanguageConnectionContext(ContextManager, TransactionController, LanguageFactory, LanguageConnectionFactory, Database, String, int, String, String) - Constructor for class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- GenericLanguageConnectionFactory - class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory.
- LanguageConnectionFactory generates all of the items a language system needs that is specific to a particular connection.
- GenericLanguageConnectionFactory() - Constructor for class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- GenericStatementContext - class org.apache.derby.impl.sql.conn.GenericStatementContext.
- GenericStatementContext is pushed/popped around a statement prepare and execute so that any statement specific clean up can be performed.
- GenericStatementContext(LanguageConnectionContext, TransactionController) - Constructor for class org.apache.derby.impl.sql.conn.GenericStatementContext
- getAccessFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getAccessFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the AccessFactory to use with this language connection
- getActivationCount() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Return the number of activations known for this connection.
- getAuthorizationId() - Method in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- getAuthorizationId() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the Authorization Id
- getAuthorizationId(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Set the authorization identifier for this user.
- getAuthorizer() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getAutoincrementUpdate() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getBindCount() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getCacheSize() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getClassFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the ClassFactory to use with this language connection
- getCurrentIsolationLevel() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getCurrentIsolationLevelStr() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getCurrentSchemaName() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the current schema name
- getDataDictionary() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getDataValueFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the data value factory to use with this language connection context.
- getDataValueFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the DataValueFactory to use with this language connection
- getDatabase() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getDbname() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getDeclaredGlobalTemporaryTablesSchemaName() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the declared global temporary tables schema name.
- getDeclaredInSavepointLevel() - Method in class org.apache.derby.impl.sql.conn.TempTableInfo
- Return the savepoint level when the table was declared
- getDefaultAccessLevel() - Method in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- getDefaultSchema() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the default schema
- getDrdaID() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getDroppedInSavepointLevel() - Method in class org.apache.derby.impl.sql.conn.TempTableInfo
- Return the savepoint level when the table was dropped
- getExecutionContext() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getExecutionFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the ExecutionFactory to use with this language connection
- getIdentifierCasing() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get casing for delimited identifiers.
- getIdentity() - Method in class org.apache.derby.impl.sql.conn.CachedStatement
- getIdentityValue() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the identity column value most recently generated.
- getInstanceNumber() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getJavaFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the JavaFactory to use with this language connection REMIND: this is only used by the compiler; should there be a compiler module control class to boot compiler-only stuff?
- getLanguageConnectionFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the language connection factory to use with this language connection context.
- getLanguageFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the language factory to use with this language connection context.
- getLastActivation() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getLockEscalationThreshold() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- get the lock escalation threshold.
- getLockObject(int) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the lock handle for the current transaction.
- getLogQueryPlan() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getLogStatementText() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getModifiedInSavepointLevel() - Method in class org.apache.derby.impl.sql.conn.TempTableInfo
- Return the savepoint level when the table was last modified
- getNameString(String, long) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Build a String for a statement name.
- getNextLCCInstanceNumber() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the instance # for the next LCC.
- getNodeFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the NodeFactory to use with this language connection REMIND: is this only used by the compiler?
- getOptimizerFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getOptimizerFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the OptimizerFactory to use with this language connection
- getOptimizerTrace() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getOptimizerTraceHtml() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getOptimizerTraceOutput() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getPrepareIsolationLevel() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getPreparedStatement() - Method in class org.apache.derby.impl.sql.conn.CachedStatement
- Get the PreparedStatement that is associated with this Cacheable
- getPropertyFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the PropertyFactory to use with this language connection
- getRunTimeStatisticsMode() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getRunTimeStatisticsObject() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getSQLAllowed() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- getStatement(SchemaDescriptor, String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get a Statement for the connection
- getStatementCache() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- returns the statement cache that this connection should use; currently there is a statement cache per connection.
- getStatementContext() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getStatementDepth() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Reports how many statement levels deep we are.
- getStatementText() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Return the text of the current statement.
- getStatisticsTiming() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getSubqueryTrackingArray() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Get the subquery tracking array for this query.
- getSysIBMSchemaName() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the name of the SYSIBM schema.
- getSystemCode() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Return true if this statement is system code.
- getSystemDiagSchemaName() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the name of the SYSCS_DIAG schema.
- getSystemSchemaName() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the name of the system schema.
- getSystemUtilSchemaName() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the name of the SYSCS_UTIL schema.
- getTableDescriptor() - Method in class org.apache.derby.impl.sql.conn.TempTableInfo
- Return the table descriptor
- getTableDescriptorForDeclaredGlobalTempTable(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getTransactionCompile() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the transaction controller to use at compile time with this language connection context.
- getTransactionExecute() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- getTriggerExecutionContext() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the topmost tec.
- getTriggerTable() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get the topmost trigger table descriptor
- getTypeCompilerFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the TypeCompilerFactory to use with this language connection
- getUUIDFactory() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get the UUIDFactory to use with this language connection REMIND: this is only used by the compiler; should there be a compiler module control class to boot compiler-only stuff?
- getUniqueCursorName() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get a connection unique system generated name for a cursor.
- getUniqueSavepointID() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get a connection unique system generated id for an unnamed savepoint.
- getUniqueSavepointName() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Get a connection unique system generated name for an unnamed savepoint.
- getUserAccessLevel() - Method in class org.apache.derby.impl.sql.conn.GenericAuthorizer
I
- identifierCasing - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- identity - Variable in class org.apache.derby.impl.sql.conn.CachedStatement
- identityNotNull - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- identityVal - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- inTrigger() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Returns whether we started from within the context of a trigger or not.
- inUse - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- inUse() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- incrementBindCount() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- incrementStatementDepth() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Increments the statement depth.
- init(boolean, Dictionary) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- initDefaultSchemaDescriptor() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- initialize(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- instanceNumber - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- internalCommit(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Do a commit as appropriate for an internally generated commit (e.g.
- internalCommitNoSync(int) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Commit the language transaction by doing a commitNoSync() on the store's TransactionController.
- internalRollback() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Do a rollback as appropriate for an internally generated rollback (e.g.
- internalRollbackToSavepoint(String, boolean, Object) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Let the context deal with a rollback to savepoint
- internalSavePointName - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- isAtomic - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- isAtomic() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- 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.
- isDirty() - Method in class org.apache.derby.impl.sql.conn.CachedStatement
- isLastHandler(int) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- isLastHandler(int) - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- isReadOnly() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- isReadOnlyConnection() - Method in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- isSystemCode - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- isTransactionPristine() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Reports whether there is any outstanding work in the transaction.
- isolationLevel - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- isolationLevelExplicitlySet - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- istream - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
J
- javaFactory - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
L
- langFactory - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- languageSetSavePoint(String, Object) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Sets a savepoint.
- lastAutoincrementValue(String, String, String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Implements ConnectionInfo.lastAutoincrementValue.
- lastOptimizerTraceOutput - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- lcc - Variable in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- lcc - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- lockEscalationThreshold - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- logQueryPlan - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- logStatementText - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- lookupCursorActivation(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- See if a given cursor is available for use.
- lookupStatement(GenericStatement) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- See if a given statement has already been compiled for this user, and if so use its prepared statement.
M
- map(String, Serializable, Dictionary) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- markTempTableAsModifiedInUnitOfWork(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- matches(String) - Method in class org.apache.derby.impl.sql.conn.TempTableInfo
- Matches by name and only temp tables that have not been dropped (that's when droppededInSavepointLevel will be -1)
- materializedSubqueries - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
N
- NON_XA - Static variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- NO_ACCESS - Static variable in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- newCacheable(CacheManager) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- newLanguageConnectionContext(ContextManager, TransactionController, LanguageFactory, Database, String, String, String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Get a LanguageConnectionContext.
- newParser(CompilerContext) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- nextAutoincrementValue(String, String, String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- returns the next value to be inserted into an autoincrement col.
- nextCursorId - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- nextLCCInstanceNumber - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- nextSavepointId - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- nodeFactory - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
O
- of - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- of - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- onStack() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Reports whether this StatementContext is on the context stack.
- optimizerTrace - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- optimizerTraceHtml - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- optimizerTraceOutput - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- org.apache.derby.impl.sql.conn - package org.apache.derby.impl.sql.conn
- outermostTrigger - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
P
- parentInTrigger - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- pf - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- pleaseBeOnStack() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Raise an exception if this Context is not in use, that is, on the Context Stack.
- popCompilerContext(CompilerContext) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Pop a CompilerContext off the context stack.
- popExecutionStmtValidator(ExecutionStmtValidator) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Remove the validator.
- popStatementContext(StatementContext, Throwable) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Pop a StatementContext of the context stack.
- popTriggerExecutionContext(TriggerExecutionContext) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Remove the tec.
- popTriggerTable(TableDescriptor) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Remove the trigger table descriptor.
- prepareInternalStatement(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Return a Statement object to compile a Statement.
- prepareInternalStatement(SchemaDescriptor, String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- prepareIsolationLevel - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- ps - Variable in class org.apache.derby.impl.sql.conn.CachedStatement
- pushCompilerContext() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Push a CompilerContext on the context stack with the current default schema as the default schema which we compile against.
- pushCompilerContext(SchemaDescriptor) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Push a CompilerContext on the context stack with the passed in default schema as the default schema we compile against.
- pushDataDictionaryContext(ContextManager) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- pushExecutionStmtValidator(ExecutionStmtValidator) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Push a new execution statement validator.
- pushStatementContext(boolean, String, ParameterValueSet, boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Push a StatementContext on the context stack.
- pushTriggerExecutionContext(TriggerExecutionContext) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Push a new trigger execution context.
- pushTriggerTable(TableDescriptor) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Set the trigger table descriptor.
- pvs - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
Q
- queryNestingDepth - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- queryNestingDepth is a counter used to keep track of how many calls have been made to begin nested transactions.
R
- READ_ACCESS - Static variable in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- readOnlyConnection - Variable in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- refresh() - Method in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- releaseSavePoint(String, Object) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Let the context deal with a release of a savepoint
- removeActivation(Activation) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Remove the activation to those known about by this connection.
- removeStatement(Statement) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- This method will remove a statement from the statement cache.
- replaceDeclaredGlobalTempTable(String, TableDescriptor) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- This is called at the commit time for temporary tables with ON COMMIT DELETE ROWS If a temp table with ON COMMIT DELETE ROWS doesn't have any held cursor open on them, we delete the data from them by dropping the conglomerate and recreating the conglomerate.
- resetActivations(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- resets all open activations, to close their result sets.
- resetFromPool() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Reset the connection before it is returned (indirectly) by a PooledConnection object.
- resetSavePoint() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Resets the savepoint to the current spot if it is set, otherwise, noop.
- resetSavepoints(StatementContext) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- resetStatementDepth() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Resets the statementDepth.
- rollbackParentContext - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- runTimeStatisticsObject - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- runTimeStatisticsSetting - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
S
- sb - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- sd - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setAutoincrementUpdate(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setDataDictionaryWriteMode() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setDeclaredInSavepointLevel(int) - Method in class org.apache.derby.impl.sql.conn.TempTableInfo
- Set the savepoint level when the table was declared
- setDefaultSchema(SchemaDescriptor) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Set the default schema -- used by SET SCHEMA.
- setDrdaID(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setDroppedInSavepointLevel(int) - Method in class org.apache.derby.impl.sql.conn.TempTableInfo
- Return the savepoint level when the table was dropped
- setIdentity(Object) - Method in class org.apache.derby.impl.sql.conn.CachedStatement
- setIdentityValue(long) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Set the field of most recently generated identity column value.
- setInUse(boolean, boolean, String, ParameterValueSet) - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- setIsolationLevel(int) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setLogStatementText(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setModifiedInSavepointLevel(int) - Method in class org.apache.derby.impl.sql.conn.TempTableInfo
- Set the savepoint level when the table was last modified
- setOptimizerTrace(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setOptimizerTraceHtml(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setOptimizerTraceOutput(String) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setParentRollback() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- 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 class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setReadOnly(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setReadOnlyConnection(boolean, boolean) - Method in class org.apache.derby.impl.sql.conn.GenericAuthorizer
- setRunTimeStatisticsMode(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setRunTimeStatisticsObject(RunTimeStatistics) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setSQLAllowed(short, boolean) - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- setSavePoint - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- setSavePoint() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- setStatisticsTiming(boolean) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- setStore() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- setSubqueryResultSet(int, NoPutResultSet, int) - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Set the appropriate entry in the subquery tracking array for the specified subquery.
- setSystemCode() - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Set to indicate statement is system code.
- setTableDescriptor(TableDescriptor) - Method in class org.apache.derby.impl.sql.conn.TempTableInfo
- Set the table descriptor.
- setTopResultSet(ResultSet, NoPutResultSet[]) - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Set the top ResultSet in the ResultSet tree for close down on an error.
- setTransaction(TransactionController) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- Sets the transaction controller to use with this language connection context.
- setValidation() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- singleStatementCache - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- sqlAllowed - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Set to one of RoutineAliasInfo.{MODIFIES_SQL_DATA, READS_SQL_DATA, CONTAINS_SQL, NO_SQL}
- statementCache - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- statementCacheSize(Properties) - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- statementContexts - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- statementDepth - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- statisticsTiming - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- stmtText - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- stmtValidators - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- stop() - Method in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionFactory
- Stop this module.
- stuffTopResultSet(ResultSet, NoPutResultSet[]) - Method in class org.apache.derby.impl.sql.conn.GenericStatementContext
- Private minion of setTopResultSet() and clearInUse()
- subqueryTrackingArray - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
T
- TempTableInfo - class org.apache.derby.impl.sql.conn.TempTableInfo.
- The temp tables will have following data structure TableDescriptor Declared in savepoint level Dropped in savepoint level Modified in savepoint level The actual logic LanguageConnectionContext will keep the "current savepoint level".
- TempTableInfo(TableDescriptor, int) - Constructor for class org.apache.derby.impl.sql.conn.TempTableInfo
- tc - Variable in class org.apache.derby.impl.sql.conn.GenericStatementContext
- tcf - Variable in class org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext
- tcf - Var