| java.lang.Object org.apache.derby.iapi.sql.dictionary.TupleDescriptor org.apache.derby.iapi.sql.dictionary.PermissionsDescriptor org.apache.derby.iapi.sql.dictionary.TablePermsDescriptor
TablePermsDescriptor | public class TablePermsDescriptor extends PermissionsDescriptor (Code) | | This class describes a row in the SYS.SYSTABLEPERMS system table, which
stores the table permissions that have been granted but not revoked.
|
Constructor Summary | |
public | TablePermsDescriptor(DataDictionary dd, String grantee, String grantor, UUID tableUUID, String selectPriv, String deletePriv, String insertPriv, String updatePriv, String referencesPriv, String triggerPriv) | public | TablePermsDescriptor(DataDictionary dd, String grantee, String grantor, UUID tableUUID) | public | TablePermsDescriptor(DataDictionary dd, UUID tablePermsUUID) |
equals | public boolean equals(Object other)(Code) | | true iff the key part of this permissions descriptor equals the key part of another permissionsdescriptor. |
getCatalogNumber | public int getCatalogNumber()(Code) | | |
getClassType | public String getClassType()(Code) | | Get the provider's type.
char The provider's type. |
getObjectName | public String getObjectName()(Code) | | Return the name of this Provider. (Useful for errors.)
String The name of this provider. |
hashCode | public int hashCode()(Code) | | the hashCode for the key part of this permissions descriptor |
Fields inherited from org.apache.derby.iapi.sql.dictionary.PermissionsDescriptor | protected UUID oid(Code)(Java Doc)
|
|
|