org.apache.derby.iapi.db |
|
Java Source File Name | Type | Comment |
ConnectionInfo.java | Class | ConnectionInfo class provides static methods for getting information
related to a JDBC connection.
When called from within the query language,
each method returns information about the connection from which it was called.
Use the methods of this class only within an SQL-J statement; do not call
them directly. |
ConsistencyChecker.java | Class | The ConsistencyChecker class provides static methods for verifying
the consistency of the data stored within a database. |
Database.java | Interface | 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).
At the present moment, this file defines methods which will at
some point be moved to to the external database interface.
There are a bunch of the unimplemninted interface that used to be in
this file. |
DatabaseContext.java | Interface | A context for a database. |
Factory.java | Class |
Callers of these methods must be within the context of a
Cloudscape statement execution otherwise a SQLException will be thrown. |
OnlineCompress.java | Class | Implementation of SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE().
Code which implements the following system procedure:
void SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE(
IN SCHEMANAME VARCHAR(128),
IN TABLENAME VARCHAR(128),
IN PURGE_ROWS SMALLINT,
IN DEFRAGMENT_ROWS SMALLINT,
IN TRUNCATE_END SMALLINT)
Use the SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE system procedure to reclaim
unused, allocated space in a table and its indexes. |
OptimizerTrace.java | Class |
This class provides static methods for controlling the
optimizer tracing in a Cloudscape database.
Cloudscape reserves the right to change, rename, or remove this interface
at any time. |
PropertyInfo.java | Class | 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. |
TriggerExecutionContext.java | Interface | A trigger execution context holds information that is
available from the context of a trigger invocation. |