Class PrivilegedSQLObject
- java.lang.Object
-
- org.apache.derby.iapi.sql.dictionary.TupleDescriptor
-
- org.apache.derby.iapi.sql.dictionary.UniqueTupleDescriptor
-
- org.apache.derby.iapi.sql.dictionary.UniqueSQLObjectDescriptor
-
- org.apache.derby.iapi.sql.dictionary.PrivilegedSQLObject
-
- All Implemented Interfaces:
Dependable
,Provider
- Direct Known Subclasses:
AliasDescriptor
,SequenceDescriptor
public abstract class PrivilegedSQLObject extends UniqueSQLObjectDescriptor implements Provider
This is a descriptor for schema object which can have privileges granted on it.
-
-
Field Summary
-
Fields inherited from interface org.apache.derby.catalog.Dependable
ACTIVATION, ALIAS, COLUMNS_IN_TABLE, COLUMNS_PERMISSION, CONGLOMERATE, CONSTRAINT, DEFAULT, FILE, HEAP, INDEX, PERM, PREPARED_STATEMENT, ROLE_GRANT, ROUTINE_PERMISSION, SCHEMA, SEQUENCE, STORED_PREPARED_STATEMENT, TABLE, TABLE_PERMISSION, TRIGGER, VIEW
-
-
Constructor Summary
Constructors Constructor Description PrivilegedSQLObject()
Pass-through constructorsPrivilegedSQLObject(DataDictionary dd)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getObjectTypeName()
Get the type of the object for storage in SYS.SYSPERMS-
Methods inherited from class org.apache.derby.iapi.sql.dictionary.UniqueSQLObjectDescriptor
getName, getSchemaDescriptor
-
Methods inherited from class org.apache.derby.iapi.sql.dictionary.UniqueTupleDescriptor
getUUID
-
Methods inherited from class org.apache.derby.iapi.sql.dictionary.TupleDescriptor
getColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.derby.catalog.Dependable
getClassType, getDependableFinder, getObjectID, getObjectName, isPersistent
-
-
-
-
Constructor Detail
-
PrivilegedSQLObject
public PrivilegedSQLObject()
Pass-through constructors
-
PrivilegedSQLObject
public PrivilegedSQLObject(DataDictionary dd)
-
-