|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> [ sql overview ] | PREV NEXT | ||||||||
A
- ac - Variable in class org.apache.derby.impl.sql.GenericActivationHolder
- activationClass - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- addWarning(SQLWarning) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- allAreSet() - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- apply(String, Serializable, Dictionary) - Method in class org.apache.derby.impl.sql.LanguageDbPropertySetter
B
- baseName - Variable in class org.apache.derby.impl.sql.CursorTableReference
- beginCompileTimestamp - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- bindTime - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- boot(boolean, Properties) - Method in class org.apache.derby.impl.sql.GenericLanguageFactory
- Start-up method for this instance of the language factory.
- byteCode - Variable in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
C
- CursorInfo - class org.apache.derby.impl.sql.CursorInfo.
- A basic holder for information about cursors for execution.
- CursorInfo() - Constructor for class org.apache.derby.impl.sql.CursorInfo
- Niladic constructor for Formatable
- CursorInfo(int, ExecCursorTableReference, ResultColumnDescriptor[], String[]) - Constructor for class org.apache.derby.impl.sql.CursorInfo
- CursorTableReference - class org.apache.derby.impl.sql.CursorTableReference.
- CursorTableReference() - Constructor for class org.apache.derby.impl.sql.CursorTableReference
- Niladic constructor for Formatable
- CursorTableReference(String, String, String) - Constructor for class org.apache.derby.impl.sql.CursorTableReference
- cacheHolder - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- If non-null then this object is the cacheable that holds us in the cache.
- checkIfThisActivationHasHoldCursor(String) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- Temporary tables can be declared with ON COMMIT DELETE ROWS.
- checkNoDeclaredOutputParameters() - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Check that there are not output parameters defined by the parameter set.
- checkPosition(int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Check the position number for a parameter and throw an exception if it is out of range.
- checkStatementValidity() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- ci - Variable in class org.apache.derby.impl.sql.GenericParameterValueSet
- className - Variable in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- clear() - Method in class org.apache.derby.impl.sql.GenericParameter
- Clear the parameter, unless it is a return output parameter
- clearCurrentRow(int) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- clearHeapConglomerateController() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- clearIndexScanInfo() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- clearParameters() - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- clearParentResultSets() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- clearResultSet() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- clearWarnings() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- close() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- columnPos - Variable in class org.apache.derby.impl.sql.GenericColumnDescriptor
- columns - Variable in class org.apache.derby.impl.sql.GenericResultDescription
- This class implements Formatable.
- compilationSchema - Variable in class org.apache.derby.impl.sql.GenericStatement
- compileTime - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- compilingStatement - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- completeCompile(QueryTreeNode) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Makes the prepared statement valid, assigning values for its query tree, generated class, and associated information.
D
- DECIMAL_PARAMETER_DEFAULT_PRECISION - Static variable in class org.apache.derby.impl.sql.GenericParameter
- DECIMAL_PARAMETER_DEFAULT_SCALE - Static variable in class org.apache.derby.impl.sql.GenericParameter
- declaredClassName - Variable in class org.apache.derby.impl.sql.GenericParameter
- Compile time Java class name.
- djdrcd() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
E
- emptySet - Variable in class org.apache.derby.impl.sql.GenericLanguageFactory
- endCompileTimestamp - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- equals(Object) - Method in class org.apache.derby.impl.sql.GenericStatement
- execSchemaName - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- execStmtName - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- execute() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- execute(LanguageConnectionContext, boolean) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- execute(Activation, boolean, boolean, boolean) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- The guts of execution.
- executionConstants - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- exposedName - Variable in class org.apache.derby.impl.sql.CursorTableReference
- This class implements Formatable.
F
- finish(LanguageConnectionContext) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Finish marks a statement as totally unusable.
G
- GenericActivationHolder - class org.apache.derby.impl.sql.GenericActivationHolder.
- This class holds an Activation, and passes through most of the calls to the activation.
- GenericActivationHolder(LanguageConnectionContext, GeneratedClass, ExecPreparedStatement, boolean) - Constructor for class org.apache.derby.impl.sql.GenericActivationHolder
- Constructor for an ActivationHolder
- GenericClassInfo - class org.apache.derby.impl.sql.GenericClassInfo.
- GenericClassInfo() - Constructor for class org.apache.derby.impl.sql.GenericClassInfo
- GenericColumnDescriptor - class org.apache.derby.impl.sql.GenericColumnDescriptor.
- This is a stripped down implementation of a column descriptor that is intended for generic use.
- GenericColumnDescriptor() - Constructor for class org.apache.derby.impl.sql.GenericColumnDescriptor
- Niladic constructor for Formatable
- GenericColumnDescriptor(String, DataTypeDescriptor) - Constructor for class org.apache.derby.impl.sql.GenericColumnDescriptor
- GenericColumnDescriptor(ResultColumnDescriptor) - Constructor for class org.apache.derby.impl.sql.GenericColumnDescriptor
- This constructor is used to build a generic (and formatable) ColumnDescriptor.
- GenericLanguageFactory - class org.apache.derby.impl.sql.GenericLanguageFactory.
- The LanguageFactory provides system-wide services that are available on the Database API.
- GenericLanguageFactory() - Constructor for class org.apache.derby.impl.sql.GenericLanguageFactory
- GenericParameter - class org.apache.derby.impl.sql.GenericParameter.
- A parameter.
- GenericParameter(GenericParameterValueSet, boolean) - Constructor for class org.apache.derby.impl.sql.GenericParameter
- Constructor for a Parameter
- GenericParameterValueSet - class org.apache.derby.impl.sql.GenericParameterValueSet.
- Implementation of ParameterValueSet
- GenericParameterValueSet(ClassInspector, int, boolean) - Constructor for class org.apache.derby.impl.sql.GenericParameterValueSet
- Constructor for a GenericParameterValueSet
- GenericParameterValueSet(int, GenericParameterValueSet) - Constructor for class org.apache.derby.impl.sql.GenericParameterValueSet
- GenericPreparedStatement - class org.apache.derby.impl.sql.GenericPreparedStatement.
- Basic implementation of prepared statement.
- GenericPreparedStatement() - Constructor for class org.apache.derby.impl.sql.GenericPreparedStatement
- GenericPreparedStatement(Statement) - Constructor for class org.apache.derby.impl.sql.GenericPreparedStatement
- GenericResultDescription - class org.apache.derby.impl.sql.GenericResultDescription.
- GenericResultDescription: basic implementation of result description, used in conjunction with the other implementations in this package.
- GenericResultDescription() - Constructor for class org.apache.derby.impl.sql.GenericResultDescription
- Niladic constructor for Formatable
- GenericResultDescription(ResultColumnDescriptor[], String) - Constructor for class org.apache.derby.impl.sql.GenericResultDescription
- Build a GenericResultDescription from columns and type
- GenericResultDescription(ResultDescription, int[]) - Constructor for class org.apache.derby.impl.sql.GenericResultDescription
- Build a GenericResultDescription
- GenericStatement - class org.apache.derby.impl.sql.GenericStatement.
- GenericStatement(SchemaDescriptor, String) - Constructor for class org.apache.derby.impl.sql.GenericStatement
- Constructor for a Statement given the text of the statement in a String
- GenericStorablePreparedStatement - class org.apache.derby.impl.sql.GenericStorablePreparedStatement.
- Prepared statement that can be made persistent.
- GenericStorablePreparedStatement() - Constructor for class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- Niladic constructor, for formatable only.
- GenericStorablePreparedStatement(Statement) - Constructor for class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- gc - Variable in class org.apache.derby.impl.sql.GenericActivationHolder
- generateTime - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- getActivation(LanguageConnectionContext, boolean) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get a new activation instance.
- getActivationClass() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- getActivationClass() - Method in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- Get and load the activation class.
- getAutoGeneratedKeysColumnIndexes() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getAutoGeneratedKeysColumnNames() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getAutoGeneratedKeysResultsetMode() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getBaseName() - Method in class org.apache.derby.impl.sql.CursorTableReference
- Return the base name of the table
- getBeginCompileTimestamp() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the timestamp for the beginning of compilation
- getBindTimeInMillis() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the bind time for the associated query in milliseconds.
- getByteCodeSaver() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the byte code saver for this statement.
- getByteCodeSaver() - Method in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- Get our byte code array.
- getClassType() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the Dependable's class type.
- getClone(GenericParameterValueSet) - Method in class org.apache.derby.impl.sql.GenericParameter
- Clone myself.
- getClone() - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- getClone() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get a new prepared statement that is a shallow copy of the current one.
- getColumnCount() - Method in class org.apache.derby.impl.sql.GenericResultDescription
- getColumnDescriptor(int) - Method in class org.apache.derby.impl.sql.GenericResultDescription
- position is 1-based.
- getColumnInfo() - Method in class org.apache.derby.impl.sql.GenericResultDescription
- getColumnPosition() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- Get the position of the Column.
- getCompilationSchema() - Method in class org.apache.derby.impl.sql.GenericStatement
- getCompileTimeInMillis() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the total compile time for the associated query in milliseconds.
- getCompileTimeWarnings() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- getConstantAction() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getConstantAction() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the Execution constants.
- getCurrentTimeMillis(LanguageConnectionContext) - Static method in class org.apache.derby.impl.sql.GenericStatement
- getCursorInfo() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Return the cursor info in a single chunk.
- getCursorName() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getDDLTableDescriptor() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getDataValueFactory() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getDependableFinder() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- getDynamicResults() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getElapsedTimeMillis(long) - Static method in class org.apache.derby.impl.sql.GenericStatement
- getEndCompileTimestamp() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the timestamp for the end of compilation
- getExecutionFactory() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getExposedName() - Method in class org.apache.derby.impl.sql.CursorTableReference
- Return the exposed name of the table.
- getForCreateTable() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getForUpdateIndexScan() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getGenerateTimeInMillis() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the generate time for the associated query in milliseconds.
- getGenericParameter(int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- getHeapConglomerateController() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getIndexConglomerateNumber() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getIndexScanController() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getJDBCParameterNumberStr() - Method in class org.apache.derby.impl.sql.GenericParameter
- get string for param number
- getLanguageConnectionContext() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getMaxDynamicResults() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getMaxRows() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getName() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- Returns the name of the Column.
- getNewInstance() - Method in class org.apache.derby.impl.sql.GenericClassInfo
- getNumSubqueries() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- Get the number of subqueries in the entire query.
- getObject(int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Get the value of a parameter as a Java object.
- getObjectID() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the Dependable's UUID String.
- getObjectName() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Return the name of this Dependable.
- getOptimizeTimeInMillis() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the optimize time for the associated query in milliseconds.
- getParameter(int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Returns the parameter value at the given position.
- getParameterCount() - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Returns the number of parameters in this set.
- getParameterForGet(int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- getParameterForSet(int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- getParameterMode(int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Return the mode of the parameter according to JDBC 3.0 ParameterMetaData
- getParameterNumber(GenericParameter) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Return the parameter number (in jdbc lingo, i.e.
- getParameterTypes() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- getParameterValueSet() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getParentResultSet(String) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getParentResultSets() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getParseTimeInMillis() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the parse time for the associated query in milliseconds.
- getPrecision() - Method in class org.apache.derby.impl.sql.GenericParameter
- getPrecision(int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Return the precision of the given parameter index in this pvs.
- getPreparedStatement() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getResultDescription() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getResultDescription(ResultDescription, int[]) - Method in class org.apache.derby.impl.sql.GenericLanguageFactory
- Get a new result description from the input result description.
- getResultDescription(ResultColumnDescriptor[], String) - Method in class org.apache.derby.impl.sql.GenericLanguageFactory
- Get a new result description
- getResultDescription() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- getResultSet() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getResultSetHoldability() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getRowLocationTemplate(int) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getSPSName() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- getSavedObject(int) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the specified saved object.
- getSavedObjects() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Get the saved objects.
- getScale() - Method in class org.apache.derby.impl.sql.GenericParameter
- Return the scale of the parameter.
- getScale(int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Return the scale of the given parameter index in this pvs.
- getSchemaName() - Method in class org.apache.derby.impl.sql.CursorTableReference
- Return the schema for the table.
- getSource() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- getSource() - Method in class org.apache.derby.impl.sql.GenericStatement
- getSourceSchemaName() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- Get the name of the schema for the Column's base table, if any.
- getSourceTableName() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- Get the name of the underlying(base) table this column comes from, if any.
- getStatementType() - Method in class org.apache.derby.impl.sql.GenericResultDescription
- getTargetColumns() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- the target columns of the cursor as a result column list
- getTargetTable() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- the target table of the cursor
- getTargetVTI() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getTransactionController() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- getType() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- Returns a DataTypeDescriptor for the column.
- getTypeFormatId() - Method in class org.apache.derby.impl.sql.CursorInfo
- Get the formatID which corresponds to this class.
- getTypeFormatId() - Method in class org.apache.derby.impl.sql.CursorTableReference
- Get the formatID which corresponds to this class.
- getTypeFormatId() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- Get the formatID which corresponds to this class.
- getTypeFormatId() - Method in class org.apache.derby.impl.sql.GenericResultDescription
- Get the formatID which corresponds to this class.
- getTypeFormatId() - Method in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- Get the formatID which corresponds to this class.
- getUnicode() - Method in class org.apache.derby.impl.sql.GenericStatement
- getUpdateColumns() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- the update columns of the cursor as a update column list
- getUpdateMode() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- the update mode of the cursor
- getValue() - Method in class org.apache.derby.impl.sql.GenericParameter
- Get the parameter value.
- getWarnings() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
H
- hasReturnOutputParam - Variable in class org.apache.derby.impl.sql.GenericParameterValueSet
- hasReturnOutputParameter() - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Is there a return output parameter in this pvs.
- hashCode() - Method in class org.apache.derby.impl.sql.GenericStatement
I
- inUseCount - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- informOfRowCount(NoPutResultSet, long) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- init(boolean, Dictionary) - Method in class org.apache.derby.impl.sql.LanguageDbPropertySetter
- isAtomic - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- isAtomic() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Returns whether or not this Statement requires should behave atomically -- i.e.
- isAutoincrement - Variable in class org.apache.derby.impl.sql.GenericColumnDescriptor
- isAutoincrement() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- isClosed() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- isCursorActivation() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- isInUse() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- Is the activation in use?
- isPersistent() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Is this dependent persistent? A stored dependency will be required if both the dependent and provider are persistent.
- isReturnOutputParameter - Variable in class org.apache.derby.impl.sql.GenericParameter
- isSet - Variable in class org.apache.derby.impl.sql.GenericParameter
- isSingleExecution() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- Is the activation set up for a single execution.
- isStorable() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- isStorable() - Method in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- isValid - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- isValid() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Check that all of the dependent's dependencies are valid.
J
- jdbcTypeId - Variable in class org.apache.derby.impl.sql.GenericParameter
- Compile time JDBC type identifier.
L
- LanguageDbPropertySetter - class org.apache.derby.impl.sql.LanguageDbPropertySetter.
- A class to handle setting language database properties
- LanguageDbPropertySetter() - Constructor for class org.apache.derby.impl.sql.LanguageDbPropertySetter
- lcc - Variable in class org.apache.derby.impl.sql.GenericActivationHolder
- loadGeneratedClass() - Method in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- Load up the class from the saved bytes.
M
- makeInvalid(int, LanguageConnectionContext) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Mark the dependent as invalid (due to at least one of its dependencies being invalid).
- makeValid(LanguageConnectionContext) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Attempt to revalidate the dependent.
- map(String, Serializable, Dictionary) - Method in class org.apache.derby.impl.sql.LanguageDbPropertySetter
- markUnused() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- Mark the activation as unused.
N
- name - Variable in class org.apache.derby.impl.sql.GenericColumnDescriptor
- This class implements Formatable.
- needsSavepoint - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- needsSavepoint() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Does this statement need a savepoint?
- newParameterValueSet(ClassInspector, int, boolean) - Method in class org.apache.derby.impl.sql.GenericLanguageFactory
- Factory method for getting a ParameterValueSet
O
- optimizeTime - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- org.apache.derby.impl.sql - package org.apache.derby.impl.sql
P
- paramTypeDescriptors - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- paramTypes - Variable in class org.apache.derby.impl.sql.GenericActivationHolder
- parameterMode - Variable in class org.apache.derby.impl.sql.GenericParameter
- Mode of the parameter, from ParameterMetaData
- params - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- parms - Variable in class org.apache.derby.impl.sql.GenericParameterValueSet
- parseTime - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- prepMinion(LanguageConnectionContext, boolean, Object[], SchemaDescriptor, boolean) - Method in class org.apache.derby.impl.sql.GenericStatement
- prepare(LanguageConnectionContext) - Method in class org.apache.derby.impl.sql.GenericStatement
- prepareIsolationLevel - Variable in class org.apache.derby.impl.sql.GenericStatement
- prepareStorable(LanguageConnectionContext, PreparedStatement, Object[], SchemaDescriptor, boolean) - Method in class org.apache.derby.impl.sql.GenericStatement
- Generates an execution plan given a set of named parameters.
- prepareToInvalidate(Provider, int, LanguageConnectionContext) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Prepare to mark the dependent as invalid (due to at least one of its dependencies being invalid).
- preparedStmt - Variable in class org.apache.derby.impl.sql.GenericStatement
- ps - Variable in class org.apache.derby.impl.sql.GenericActivationHolder
- pvs - Variable in class org.apache.derby.impl.sql.GenericParameter
R
- rePrepare(LanguageConnectionContext) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- readExternal(ObjectInput) - Method in class org.apache.derby.impl.sql.CursorInfo
- Read this object from a stream of stored objects.
- readExternal(ObjectInput) - Method in class org.apache.derby.impl.sql.CursorTableReference
- Read this object from a stream of stored objects.
- readExternal(ObjectInput) - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- Read this object from a stream of stored objects.
- readExternal(ObjectInput) - Method in class org.apache.derby.impl.sql.GenericResultDescription
- Read this object from a stream of stored objects.
- readExternal(ObjectInput) - Method in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- referencesSessionSchema - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- referencesSessionSchema() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Return true if the query node for this statement references SESSION schema tables.
- registerOutParameter(int, int, int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Mark the parameter as an output parameter.
- registerOutPrecision - Variable in class org.apache.derby.impl.sql.GenericParameter
- When a decimal output parameter is registered we give it a precision
- registerOutScale - Variable in class org.apache.derby.impl.sql.GenericParameter
- Scale that has been registered.
- registerOutType - Variable in class org.apache.derby.impl.sql.GenericParameter
- Type that has been registered.
- reset() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- resultDesc - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
S
- savedObjects - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- schemaName - Variable in class org.apache.derby.impl.sql.CursorTableReference
- schemaName - Variable in class org.apache.derby.impl.sql.GenericColumnDescriptor
- setActivationClass(GeneratedClass) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- setActivationClass(GeneratedClass) - Method in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- setAutoGeneratedKeysResultsetInfo(int[], String[]) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setCacheHolder(Cacheable) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- setCompileTimeMillis(long, long, long, long, long, Timestamp, Timestamp) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Set the compile time for this prepared statement.
- setCompileTimeWarnings(SQLWarning) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- setConstantAction(ConstantAction) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Set the Execution constants.
- setCurrentRow(ExecRow, int) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setCursorInfo(CursorInfo) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- setCursorName(String) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setDDLTableDescriptor(TableDescriptor) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setExecuteStatementNameAndSchema(String, String) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Set the name of the statement and schema for an "execute statement" command.
- setForCreateTable() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setForUpdateIndexScan(CursorResultSet) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setHeapConglomerateController(ConglomerateController) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setIndexConglomerateNumber(long) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setIndexScanController(ScanController) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setIsAtomic(boolean) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Set the stmts 'isAtomic' state.
- setMaxRows(int) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setNeedsSavepoint(boolean) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Set the stmts 'needsSavepoint' state.
- setOutParameter(int, int) - Method in class org.apache.derby.impl.sql.GenericParameter
- Mark the parameter as an output parameter.
- setParameterAsObject(int, Object) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- setParameterMode(int, int) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- setParameters(ParameterValueSet, DataTypeDescriptor[]) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setParams(ParameterValueSet) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Set parameters to be associated with this statement.
- setParentResultSet(TemporaryRowHolder, String) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setResultSetHoldability(boolean) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setReturnValue(Object) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Set the value of the return parameter as a Java object.
- setSPSAction() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Indicate this prepared statement is an SPS action, currently used by GenericTriggerExecutor.
- setSPSName(String) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- setSavedObjects(Object[]) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- Set the saved objects.
- setSingleExecution() - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- Set the activation for a single execution.
- setSource(String) - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- setStorableDataValue(DataValueDescriptor, int, String) - Method in class org.apache.derby.impl.sql.GenericParameter
- Set the DataValueDescriptor for this parameter.
- setStorableDataValue(DataValueDescriptor, int, int, String) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- setTargetVTI(ResultSet) - Method in class org.apache.derby.impl.sql.GenericActivationHolder
- setValid() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- set this prepared statement to be valid, currently used by GenericTriggerExecutor.
- sourceTxt - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- spsAction - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- spsName - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- statement - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- statementText - Variable in class org.apache.derby.impl.sql.GenericStatement
- statementType - Variable in class org.apache.derby.impl.sql.GenericResultDescription
- stop() - Method in class org.apache.derby.impl.sql.GenericLanguageFactory
- Stop this module.
- stuffObject(Object) - Method in class org.apache.derby.impl.sql.GenericParameter
- do a setValue on the particular field.
T
- tableName - Variable in class org.apache.derby.impl.sql.GenericColumnDescriptor
- targetColumns - Variable in class org.apache.derby.impl.sql.CursorInfo
- targetColumns - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- targetTable - Variable in class org.apache.derby.impl.sql.CursorInfo
- This class implements Formatable.
- targetTable - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- throwInvalidOutParamMap(int) - Method in class org.apache.derby.impl.sql.GenericParameter
- toString() - Method in class org.apache.derby.impl.sql.CursorInfo
- toString() - Method in class org.apache.derby.impl.sql.CursorTableReference
- toString() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- toString() - Method in class org.apache.derby.impl.sql.GenericParameter
- toString() - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- toString() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- toString() - Method in class org.apache.derby.impl.sql.GenericResultDescription
- toString() - Method in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
- transferDataValues(ParameterValueSet) - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- truncateColumns(int) - Method in class org.apache.derby.impl.sql.GenericResultDescription
- Get a new result description that has been truncated from input column number.
- type - Variable in class org.apache.derby.impl.sql.GenericColumnDescriptor
U
- UUIDString - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- UUIDValue - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- upToDate() - Method in class org.apache.derby.impl.sql.GenericPreparedStatement
- updatableByCursor - Variable in class org.apache.derby.impl.sql.GenericColumnDescriptor
- updatableByCursor() - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- updateColumns - Variable in class org.apache.derby.impl.sql.CursorInfo
- updateColumns - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- updateMode - Variable in class org.apache.derby.impl.sql.CursorInfo
- updateMode - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
V
- validate() - Method in class org.apache.derby.impl.sql.GenericParameter
- Validate the parameters.
- validate() - Method in class org.apache.derby.impl.sql.GenericParameterValueSet
- Validate the parameters.
- validate(String, Serializable, Dictionary) - Method in class org.apache.derby.impl.sql.LanguageDbPropertySetter
- value - Variable in class org.apache.derby.impl.sql.GenericParameter
- Our value
W
- warnings - Variable in class org.apache.derby.impl.sql.GenericPreparedStatement
- writeExternal(ObjectOutput) - Method in class org.apache.derby.impl.sql.CursorInfo
- Write this object out
- writeExternal(ObjectOutput) - Method in class org.apache.derby.impl.sql.CursorTableReference
- Write this object out
- writeExternal(ObjectOutput) - Method in class org.apache.derby.impl.sql.GenericColumnDescriptor
- Write this object out
- writeExternal(ObjectOutput) - Method in class org.apache.derby.impl.sql.GenericResultDescription
- Write this object out
- writeExternal(ObjectOutput) - Method in class org.apache.derby.impl.sql.GenericStorablePreparedStatement
A B C D E F G H I J L M N O P R S T U V W
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> [ sql overview ] | PREV NEXT | ||||||||