|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ db overview ] | PREV NEXT | ||||||||
C
- CONTEXT_ID - Static variable in interface org.apache.derby.iapi.db.DatabaseContext
- ConnectionInfo - class org.apache.derby.iapi.db.ConnectionInfo.
- ConnectionInfo class provides static methods for getting information related to a JDBC connection.
- ConnectionInfo() - Constructor for class org.apache.derby.iapi.db.ConnectionInfo
- no requirement for a constructor
- ConsistencyChecker - class org.apache.derby.iapi.db.ConsistencyChecker.
- The ConsistencyChecker class provides static methods for verifying the consistency of the data stored within a database.
- ConsistencyChecker() - Constructor for class org.apache.derby.iapi.db.ConsistencyChecker
- no requirement for a constructor
- checkTable(String, String) - Static method in class org.apache.derby.iapi.db.ConsistencyChecker
- Check the named table, ensuring that all of its indexes are consistent with the base table.
- compressTable(String, String, boolean, boolean, boolean) - Static method in class org.apache.derby.iapi.db.OnlineCompress
- Implementation of SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE().
D
- DELETE_EVENT - Static variable in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Return value from getEventType() for a delete trigger.
- Database - interface org.apache.derby.iapi.db.Database.
- The org.apache.derby.iapi.db.Database interface provides "internal" methods on the database which are not available to JBMS users (org.apache.derby.database.Database, which this interface extends, provides all the externally visible methods).
- DatabaseContext - interface org.apache.derby.iapi.db.DatabaseContext.
- A context for a database.
- defragmentRows(String, String, DataDictionary, TransactionController) - Static method in class org.apache.derby.iapi.db.OnlineCompress
- Defragment rows in the given table.
F
- Factory - class org.apache.derby.iapi.db.Factory.
- Callers of these methods must be within the context of a Cloudscape statement execution otherwise a SQLException will be thrown.
- Factory() - Constructor for class org.apache.derby.iapi.db.Factory
- fixIndex(DataValueDescriptor[], DataValueDescriptor[], RowLocation, RowLocation, ConglomerateController, ScanController, int[]) - Static method in class org.apache.derby.iapi.db.OnlineCompress
- Delete old index row and insert new index row in input index.
G
- getAuthenticationService() - Method in interface org.apache.derby.iapi.db.Database
- This method returns the authentication service handle for the database.
- getConglomerateProperties(String, String, boolean) - Static method in class org.apache.derby.iapi.db.PropertyInfo
- Get the Properties associated with a given conglomerate
- getDatabase() - Method in interface org.apache.derby.iapi.db.DatabaseContext
- getDatabaseOfConnection() - Static method in class org.apache.derby.iapi.db.Factory
- Returns the Database object associated with the current connection.
- getDatabaseProperty(String) - Static method in class org.apache.derby.iapi.db.PropertyInfo
- Fetch the value of a property of the database on the current connection.
- getEngineType() - Method in interface org.apache.derby.iapi.db.Database
- getEventStatementText() - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Get the text of the statement that caused the trigger to fire.
- getEventType() - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Get the type for the event that caused the trigger to fire.
- getIndexProperties(String, String) - Static method in class org.apache.derby.iapi.db.PropertyInfo
- Get the Properties associated with a given index.
- getModifiedColumns() - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Get the columns that have been modified by the statement that caused this trigger to fire.
- getNewRow() - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Like getNewRowSet(), but returns a result set positioned on the first row of the after (new) result set.
- getNewRowSet() - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Returns a result set of the new (after) images of the changed rows.
- getOldRow() - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Like getOldRowSet(), but returns a result set positioned on the first row of the before (old) result set.
- getOldRowSet() - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Returns a result set of the old (before) images of the changed rows.
- getOptimizerTraceOutput() - Static method in class org.apache.derby.iapi.db.OptimizerTrace
- Get the optimizer trace output for the last optimized query as a String.
- getResourceAdapter() - Method in interface org.apache.derby.iapi.db.Database
- Get a Resource Adapter - only used by XA system.
- getTableProperties(String, String) - Static method in class org.apache.derby.iapi.db.PropertyInfo
- Get the Properties associated with a given table.
- getTargetTableId() - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Get the target table UUID upon which the trigger event is declared.
- getTargetTableName() - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Get the target table name upon which the trigger event is declared.
- getTriggerExecutionContext() - Static method in class org.apache.derby.iapi.db.Factory
- Get the TriggerExecutionContext for the current connection of the connection.
I
- INSERT_EVENT - Static variable in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Return value from getEventType() for an insert trigger.
- isActive() - Method in interface org.apache.derby.iapi.db.Database
- Is the database active (open).
L
- lastAutoincrementValue(String, String, String) - Static method in class org.apache.derby.iapi.db.ConnectionInfo
- Get the last autoincrement value inserted into the column by a statement in this connection.
N
- nextAutoincrementValue(String, String, String) - Static method in class org.apache.derby.iapi.db.ConnectionInfo
- INTERNAL USE ONLY (THIS METHOD MAY BE REMOVED IN A FUTURE RELEASE.)
O
- OnlineCompress - class org.apache.derby.iapi.db.OnlineCompress.
- Implementation of SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE().
- OnlineCompress() - Constructor for class org.apache.derby.iapi.db.OnlineCompress
- no requirement for a constructor
- OptimizerTrace - class org.apache.derby.iapi.db.OptimizerTrace.
- This class provides static methods for controlling the optimizer tracing in a Cloudscape database.
- OptimizerTrace() - Constructor for class org.apache.derby.iapi.db.OptimizerTrace
- org.apache.derby.iapi.db - package org.apache.derby.iapi.db
P
- PropertyInfo - class org.apache.derby.iapi.db.PropertyInfo.
- PropertyInfo is a class with static methods that retrieve the properties associated with a table or index and set and retrieve properties associated with a database.
- PropertyInfo() - Constructor for class org.apache.derby.iapi.db.PropertyInfo
- Internal use only.
- purgeRows(String, String, DataDictionary, TransactionController) - Static method in class org.apache.derby.iapi.db.OnlineCompress
- Purge committed deleted rows from conglomerate.
- pushDbContext(ContextManager) - Method in interface org.apache.derby.iapi.db.Database
- Push a DbContext onto the provided context stack.
S
- setDatabaseProperty(String, String) - Static method in class org.apache.derby.iapi.db.PropertyInfo
- Set or delete the value of a property of the database on the current connection.
- setLocale(Locale) - Method in interface org.apache.derby.iapi.db.Database
- Set the Locale that is returned by this LocaleFinder
- setOptimizerTrace(boolean) - Static method in class org.apache.derby.iapi.db.OptimizerTrace
- Control whether or not optimizer trace is on.
- setOptimizerTraceHtml(boolean) - Static method in class org.apache.derby.iapi.db.OptimizerTrace
- Control whether or not optimizer trace is generated in html.
- setupConnection(ContextManager, String, String, String) - Method in interface org.apache.derby.iapi.db.Database
- Sets up a connection to the Database, owned by the given user.
- setup_indexes(TransactionController, TableDescriptor, int[][], ScanController[], ConglomerateController[], DataValueDescriptor[][]) - Static method in class org.apache.derby.iapi.db.OnlineCompress
T
- TriggerExecutionContext - interface org.apache.derby.iapi.db.TriggerExecutionContext.
- A trigger execution context holds information that is available from the context of a trigger invocation.
- truncateEnd(String, String, DataDictionary, TransactionController) - Static method in class org.apache.derby.iapi.db.OnlineCompress
- Truncate end of conglomerate.
U
- UPDATE_EVENT - Static variable in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Return value from getEventType() for an update trigger.
W
- wasColumnModified(String) - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Find out if a column was changed, by column name.
- wasColumnModified(int) - Method in interface org.apache.derby.iapi.db.TriggerExecutionContext
- Find out if a column was changed, by column number
- writeOptimizerTraceOutputHtml(String) - Static method in class org.apache.derby.iapi.db.OptimizerTrace
- Send the optimizer trace output for the last optimized query to a file with a .html extension.
C D F G I L N O P S T U W
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ db overview ] | PREV NEXT | ||||||||