org.apache.derby.impl.sql.execute
Class PrivilegeInfo
- java.lang.Object
-
- org.apache.derby.impl.sql.execute.PrivilegeInfo
-
- Direct Known Subclasses:
- GenericPrivilegeInfo, RoutinePrivilegeInfo, TablePrivilegeInfo
public abstract class PrivilegeInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description PrivilegeInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract voidexecuteGrantRevoke(Activation activation, boolean grant, java.util.List grantees)This is the guts of the Execution-time logic for GRANT/REVOKE
-
-
-
Method Detail
-
executeGrantRevoke
public abstract void executeGrantRevoke(Activation activation, boolean grant, java.util.List grantees) throws StandardException
This is the guts of the Execution-time logic for GRANT/REVOKE- Parameters:
activation-grant- true if grant, false if revokegrantees- a list of authorization ids (strings)- Throws:
StandardException- Thrown on failure
-
-
DataMelt 3.0 © DataMelt by jWork.ORG