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
This is a descriptor for schema object which can have privileges granted on it.
-
Field Summary
Fields inherited from interface 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
ConstructorsConstructorDescriptionPass-through constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringGet the type of the object for storage in SYS.SYSPERMSMethods inherited from class UniqueSQLObjectDescriptor
getName, getSchemaDescriptorMethods inherited from class UniqueTupleDescriptor
getUUIDMethods inherited from class TupleDescriptor
getColumnDependableFinder, getDataDictionary, getDependableFinder, getDescriptorName, getDescriptorType, isPersistent, setDataDictionaryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Dependable
getClassType, getDependableFinder, getObjectID, getObjectName, isPersistent
-
Constructor Details
-
PrivilegedSQLObject
public PrivilegedSQLObject()Pass-through constructors -
PrivilegedSQLObject
-
-
Method Details
-
getObjectTypeName
Get the type of the object for storage in SYS.SYSPERMS
-