Package org.apache.derby.iapi.sql.dictionary

Interface Summary
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.
PrivilegedSQLObject This is a descriptor for schema object which can have privileges granted on it.
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.
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 Simple interface for Tuple Descriptors that have UUIDS.
 

Class Summary
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  
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.
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.
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.
TupleDescriptor This is the superclass of all Descriptors.
ViewDescriptor This is the implementation of ViewDescriptor.
 


Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.