Interface | Description |
---|---|
Database |
The com.splicemachine.db.iapi.db.Database
interface provides "internal" methods on the database which are
not available to JBMS users (com.splicemachine.db.database.Database,
which this interface extends, provides all the externally visible
methods).
|
DatabaseContext |
A context for a database.
|
Class | Description |
---|---|
ConnectionInfo |
ConnectionInfo class provides static methods for getting information
related to a JDBC connection.
|
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.
|
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.
|