| Interface | Description |
|---|---|
| BulkInsertCounter |
Thin wrapper around a sequence generator to support the bulk-insert
optimization used by InsertResultSet.
|
| ConsInfo |
This interface describes the columns in a referenced constraint.
|
| DataDictionary |
The DataDictionary interface is used with the data dictionary to get
descriptors for binding and compilation.
|
| OptionalTool |
Interface implemented by optional tools which can be loaded and unloaded.
|
| RoleClosureIterator |
Allows iterator over the role grant closure defined by the relation
GRANT role-a TO role-b, or its inverse.
|
| SystemColumn |
Implements the description of a column in a system table.
|
| Class | Description |
|---|---|
| AliasDescriptor |
This class represents an Alias Descriptor.
|
| CatalogRowFactory |
Superclass of all row factories.
|
| CheckConstraintDescriptor |
This class represents a check constraint descriptor.
|
| ColPermsDescriptor |
This class describes a row in the SYS.SYSCOLPERMS system table, which keeps
the column permissions that have been granted but not revoked.
|
| ColumnDescriptor |
This class represents a column descriptor.
|
| ColumnDescriptorList |
This represents a list of column descriptors.
|
| ConglomerateDescriptor |
The ConglomerateDescriptor class is used to get information about
conglomerates for the purpose of optimization.
|
| ConglomerateDescriptorList | |
| ConstraintDescriptor |
This class is used to get information from a ConstraintDescriptor.
|
| ConstraintDescriptorList | |
| DataDescriptorGenerator |
This is an implementation of the DataDescriptorGenerator interface
that lives in the DataDictionary protocol.
|
| DDUtils |
Static Data dictionary utilities.
|
| DefaultDescriptor |
This interface is used to get information from a DefaultDescriptor.
|
| DependencyDescriptor |
DependencyDescriptor represents a persistent dependency between
SQL objects, such as a TRIGGER being dependent on a TABLE.
|
| FileInfoDescriptor |
A Descriptor for a file that has been stored in the database.
|
| ForeignKeyConstraintDescriptor |
A foreign key.
|
| GenericDescriptorList<E extends UniqueTupleDescriptor> | |
| IndexLister |
This interface gathers up some tasty information about the indices on a
table from the DataDictionary.
|
| IndexRowGenerator |
This class extends IndexDescriptor for internal use by the
DataDictionary.
|
| KeyConstraintDescriptor |
This interface is used to get information from a KeyConstraintDescriptor.
|
| PasswordHasher |
This machine performs the hashing of Derby passwords.
|
| PermDescriptor |
This class describes rows in the SYS.SYSPERMS system table, which keeps track of the
permissions that have been granted but not revoked.
|
| PermissionsDescriptor |
This class is used by rows in the SYS.SYSTABLEPERMS, SYS.SYSCOLPERMS, and SYS.SYSROUTINEPERMS
system tables.
|
| PrivilegedSQLObject |
This is a descriptor for schema object which can have privileges granted on it.
|
| ReferencedKeyConstraintDescriptor |
A ReferencedConstraintDeescriptor is a primary key or a unique
key that is referenced by a foreign key.
|
| RoleGrantDescriptor |
This class is used by rows in the SYS.SYSROLES system table.
|
| RoutinePermsDescriptor |
This class describes rows in the SYS.SYSROUTINEPERMS system table, which keeps track of the routine
(procedure and function) permissions that have been granted but not revoked.
|
| SchemaDescriptor |
This class represents a schema descriptor
|
| SequenceDescriptor |
This class is used by rows in the SYS.SYSSEQUENCES system table.
|
| SPSDescriptor |
A SPSDescriptor describes a Stored Prepared Statement.
|
| StatementColumnPermission |
This class describes a column permission used (required) by a statement.
|
| StatementGenericPermission |
This class describes a generic permission (such as USAGE)
required by a statement.
|
| StatementPermission |
This class describes a permission require by a statement.
|
| StatementRolePermission |
This class describes a role permission required by a statement.
|
| StatementRoutinePermission |
This class describes a routine execute permission
required by a statement.
|
| StatementSchemaPermission |
This class describes a schema permission required by a statement.
|
| StatementTablePermission |
This class describes a table permission required by a statement.
|
| StatisticsDescriptor |
Implementation of StatisticsDescriptor.
|
| SubCheckConstraintDescriptor |
This interface is used to get information from a SubCheckConstraintDescriptor.
|
| SubConstraintDescriptor |
This interface is used to get information from a SubConstraintDescriptor.
|
| SubKeyConstraintDescriptor |
This interface is used to get information from a SubKeyConstraintDescriptor.
|
| TableDescriptor |
This class represents a table descriptor.
|
| TablePermsDescriptor |
This class describes a row in the SYS.SYSTABLEPERMS system table, which
stores the table permissions that have been granted but not revoked.
|
| TriggerDescriptor |
A trigger.
|
| TriggerDescriptorList | |
| TupleDescriptor |
This is the superclass of all Descriptors.
|
| UniqueSQLObjectDescriptor |
This is a descriptor for something that is a
SQL object that has the following properties:
resides in a schema
has a name (that is unique when combined with schema)
has a unique identifier (UUID)
UUIDS.
|
| UniqueTupleDescriptor |
Extension for Tuple Descriptors that have
UUIDS.
|
| UserDescriptor |
A Descriptor for a user stored in SYSUSERS.
|
| ViewDescriptor |
This is the implementation of ViewDescriptor.
|
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.