org.apache.derby.iapi.sql.dictionary
Interface PrivilegedSQLObject

All Superinterfaces:
Dependable, Provider, UniqueSQLObjectDescriptor, UniqueTupleDescriptor
All Known Implementing Classes:
AliasDescriptor, SequenceDescriptor

public interface PrivilegedSQLObject
extends UniqueSQLObjectDescriptor, 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
 
Method Summary
 java.lang.String getObjectTypeName()
          Get the type of the object for storage in SYS.SYSPERMS
 
Methods inherited from interface org.apache.derby.iapi.sql.dictionary.UniqueSQLObjectDescriptor
getName, getSchemaDescriptor
 
Methods inherited from interface org.apache.derby.iapi.sql.dictionary.UniqueTupleDescriptor
getUUID
 
Methods inherited from interface org.apache.derby.catalog.Dependable
getClassType, getDependableFinder, getObjectID, getObjectName, isPersistent
 

Method Detail

getObjectTypeName

java.lang.String getObjectTypeName()
Get the type of the object for storage in SYS.SYSPERMS


Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.