| java.lang.Object org.apache.derby.iapi.sql.dictionary.TupleDescriptor org.apache.derby.iapi.sql.dictionary.PermissionsDescriptor org.apache.derby.iapi.sql.dictionary.RoutinePermsDescriptor
RoutinePermsDescriptor | public class RoutinePermsDescriptor extends PermissionsDescriptor (Code) | | This class describes rows in the SYS.SYSROUTINEPERMS system table, which keeps track of the routine
(procedure and function) permissions that have been granted but not revoked.
|
Constructor Summary | |
public | RoutinePermsDescriptor(DataDictionary dd, String grantee, String grantor, UUID routineUUID, boolean hasExecutePermission) | public | RoutinePermsDescriptor(DataDictionary dd, String grantee, String grantor, UUID routineUUID) | public | RoutinePermsDescriptor(DataDictionary dd, String grantee, String grantor) This constructor just sets up the key fields of a RoutinePermsDescriptor. | public | RoutinePermsDescriptor(DataDictionary dd, UUID routineePermsUUID) |
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. |
getHasExecutePermission | public boolean getHasExecutePermission()(Code) | | |
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)
|
|
|