org.apache.derby.catalog |
|
Java Source File Name | Type | Comment |
AliasInfo.java | Interface | An interface for describing an alias in Cloudscape systems. |
DefaultInfo.java | Interface | |
Dependable.java | Interface | A Dependable is an in-memory representation of an object managed
by the Dependency System.
There are two kinds of Dependables:
Providers and Dependents. |
DependableFinder.java | Interface | A DependableFinder is an object that can find an in-memory
Dependable, given the Dependable's ID. |
GetProcedureColumns.java | Class | Use of VirtualTableInterface to provide support for
DatabaseMetaData.getProcedureColumns(). |
IndexDescriptor.java | Interface | This interface describes an index. |
ReferencedColumns.java | Interface | Provides information about the columns that are referenced by a
CHECK CONSTRAINT definition. |
Statistics.java | Interface |
This interface is used in the column SYS.SYSSTATISTICS.STATISTICS. |
SystemProcedures.java | Class | Some system built-in procedures, and help routines. |
TriggerNewTransitionRows.java | Class | Provides information about about a a set of new rows created by a
trigger action. |
TriggerOldTransitionRows.java | Class | Provides information about a set of rows before a trigger action
changed them.
This class implements only JDBC 1.2, not JDBC 2.0. |
TypeDescriptor.java | Interface | An interface for describing types in Cloudscape systems. |
UUID.java | Interface | An interface for accessing Cloudscape UUIDs, unique identifiers. |