Interface | Description |
---|---|
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 |
A context for a database.
|
TriggerExecutionContext |
A trigger execution context holds information that is
available from the context of a trigger invocation.
|
Class | Description |
---|---|
ConsistencyChecker |
The ConsistencyChecker class provides static methods for verifying
the consistency of the data stored within a database.
|
Factory |
Callers of these methods must be within the context of a
Derby statement execution otherwise a SQLException will be thrown.
|
OptimizerTrace |
This class provides static methods for controlling the
optimizer tracing in a Derby database.
|
PropertyInfo |
PropertyInfo is a class with static methods that set properties associated with a database.
|
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.