| java.lang.Object org.apache.derby.iapi.sql.dictionary.TupleDescriptor org.apache.derby.iapi.sql.dictionary.PermissionsDescriptor org.apache.derby.iapi.sql.dictionary.ColPermsDescriptor
ColPermsDescriptor | public class ColPermsDescriptor extends PermissionsDescriptor (Code) | | This class describes a row in the SYS.SYSCOLPERMS system table, which keeps
the column permissions that have been granted but not revoked.
|
Constructor Summary | |
public | ColPermsDescriptor(DataDictionary dd, String grantee, String grantor, UUID tableUUID, String type, FormatableBitSet columns) | public | ColPermsDescriptor(DataDictionary dd, String grantee, String grantor, UUID tableUUID, String type) | public | ColPermsDescriptor(DataDictionary dd, UUID colPermsUUID) |
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)
|
|
|