Activation
, CursorActivation
, Dependent
, ExecPreparedStatement
, PreparedStatement
, Provider
, StorablePreparedStatement
AliasDescriptor
, BaseActivation
, CheckConstraintDescriptor
, ColPermsDescriptor
, ConglomerateDescriptor
, ConstantActionActivation
, ConstraintDescriptor
, CursorActivation
, DefaultDescriptor
, FileInfoDescriptor
, ForeignKeyConstraintDescriptor
, GenericActivationHolder
, GenericPreparedStatement
, GenericStorablePreparedStatement
, KeyConstraintDescriptor
, PermDescriptor
, PermissionsDescriptor
, PrivilegedSQLObject
, ReferencedKeyConstraintDescriptor
, RoleGrantDescriptor
, RoutinePermsDescriptor
, SchemaDescriptor
, SequenceDescriptor
, SPSDescriptor
, TableDescriptor
, TablePermsDescriptor
, TriggerDescriptor
, ViewDescriptor
public interface Dependable
The fields represent the known Dependables.
Persistent dependencies (those between database objects) are stored in SYS.SYSDEPENDS.
DependableFinder
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
ACTIVATION |
|
static java.lang.String |
ALIAS |
|
static java.lang.String |
COLUMNS_IN_TABLE |
|
static java.lang.String |
COLUMNS_PERMISSION |
|
static java.lang.String |
CONGLOMERATE |
|
static java.lang.String |
CONSTRAINT |
|
static java.lang.String |
DEFAULT |
|
static java.lang.String |
FILE |
|
static java.lang.String |
HEAP |
|
static java.lang.String |
INDEX |
|
static java.lang.String |
PERM |
|
static java.lang.String |
PREPARED_STATEMENT |
|
static java.lang.String |
ROLE_GRANT |
|
static java.lang.String |
ROUTINE_PERMISSION |
|
static java.lang.String |
SCHEMA |
|
static java.lang.String |
SEQUENCE |
|
static java.lang.String |
STORED_PREPARED_STATEMENT |
|
static java.lang.String |
TABLE |
|
static java.lang.String |
TABLE_PERMISSION |
|
static java.lang.String |
TRIGGER |
|
static java.lang.String |
VIEW |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getClassType() |
Get the unique class id for the Dependable.
|
DependableFinder |
getDependableFinder() |
Get an object which can be written to disk and which,
when read from disk, will find or reconstruct this in-memory
Dependable.
|
UUID |
getObjectID() |
Get the UUID of this Dependable OBJECT.
|
java.lang.String |
getObjectName() |
Get the name of this Dependable OBJECT.
|
boolean |
isPersistent() |
Return whether or not this Dependable is persistent.
|
static final java.lang.String ALIAS
static final java.lang.String CONGLOMERATE
static final java.lang.String CONSTRAINT
static final java.lang.String DEFAULT
static final java.lang.String HEAP
static final java.lang.String INDEX
static final java.lang.String PREPARED_STATEMENT
static final java.lang.String ACTIVATION
static final java.lang.String FILE
static final java.lang.String STORED_PREPARED_STATEMENT
static final java.lang.String TABLE
static final java.lang.String COLUMNS_IN_TABLE
static final java.lang.String TRIGGER
static final java.lang.String VIEW
static final java.lang.String SCHEMA
static final java.lang.String TABLE_PERMISSION
static final java.lang.String COLUMNS_PERMISSION
static final java.lang.String ROUTINE_PERMISSION
static final java.lang.String ROLE_GRANT
static final java.lang.String SEQUENCE
static final java.lang.String PERM
DependableFinder getDependableFinder()
java.lang.String getObjectName()
UUID getObjectID()
boolean isPersistent()
java.lang.String getClassType()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.