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 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
ConstructorsConstructorDescriptionPass-through constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
Get the type of the object for storage in SYS.SYSPERMSMethods 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 Details
-
PrivilegedSQLObject
public PrivilegedSQLObject()Pass-through constructors -
PrivilegedSQLObject
-
-
Method Details
-
getObjectTypeName
Get the type of the object for storage in SYS.SYSPERMS
-