Package org.apache.derby.iapi.sql.dictionary
package org.apache.derby.iapi.sql.dictionary
-
ClassDescriptionThis class represents an Alias Descriptor.Thin wrapper around a sequence generator to support the bulk-insert optimization used by InsertResultSet.Superclass of all row factories.This class represents a check constraint descriptor.This class describes a row in the SYS.SYSCOLPERMS system table, which keeps the column permissions that have been granted but not revoked.This class represents a column descriptor.This represents a list of column descriptors.The ConglomerateDescriptor class is used to get information about conglomerates for the purpose of optimization.This interface describes the columns in a referenced constraint.This class is used to get information from a ConstraintDescriptor.This is an implementation of the DataDescriptorGenerator interface that lives in the DataDictionary protocol.The DataDictionary interface is used with the data dictionary to get descriptors for binding and compilation.Static Data dictionary utilities.This interface is used to get information from a DefaultDescriptor.DependencyDescriptor represents a persistent dependency between SQL objects, such as a TRIGGER being dependent on a TABLE.A Descriptor for a file that has been stored in the database.A foreign key.GenericDescriptorList<E extends UniqueTupleDescriptor>This interface gathers up some tasty information about the indices on a table from the DataDictionary.This class extends IndexDescriptor for internal use by the DataDictionary.This interface is used to get information from a KeyConstraintDescriptor.Interface implemented by optional tools which can be loaded and unloaded.This machine performs the hashing of Derby passwords.This class describes rows in the SYS.SYSPERMS system table, which keeps track of the permissions that have been granted but not revoked.This class is used by rows in the SYS.SYSTABLEPERMS, SYS.SYSCOLPERMS, and SYS.SYSROUTINEPERMS system tables.This is a descriptor for schema object which can have privileges granted on it.A ReferencedConstraintDeescriptor is a primary key or a unique key that is referenced by a foreign key.Allows iterator over the role grant closure defined by the relation GRANT role-a TO role-b, or its inverse.This class is used by rows in the SYS.SYSROLES system table.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.This class represents a schema descriptorThis class is used by rows in the SYS.SYSSEQUENCES system table.A SPSDescriptor describes a Stored Prepared Statement.This class describes a column permission used (required) by a statement.This class describes a generic permission (such as USAGE) required by a statement.This class describes a permission require by a statement.This class describes a role permission required by a statement.This class describes a routine execute permission required by a statement.This class describes a schema permission required by a statement.This class describes a table permission required by a statement.Implementation of StatisticsDescriptor.This interface is used to get information from a SubCheckConstraintDescriptor.This interface is used to get information from a SubConstraintDescriptor.This interface is used to get information from a SubKeyConstraintDescriptor.Implements the description of a column in a system table.This class represents a table descriptor.This class describes a row in the SYS.SYSTABLEPERMS system table, which stores the table permissions that have been granted but not revoked.A trigger.This is the superclass of all Descriptors.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.Extension for Tuple Descriptors that have UUIDS.A Descriptor for a user stored in SYSUSERS.This is the implementation of ViewDescriptor.