ConstantAction
class GrantRevokeConstantAction extends java.lang.Object implements ConstantAction
Modifier and Type | Field | Description |
---|---|---|
private boolean |
grant |
|
private java.util.List |
grantees |
|
private PrivilegeInfo |
privileges |
WHEN_MATCHED_THEN_DELETE, WHEN_MATCHED_THEN_UPDATE, WHEN_NOT_MATCHED_THEN_INSERT
Constructor | Description |
---|---|
GrantRevokeConstantAction(boolean grant,
PrivilegeInfo privileges,
java.util.List grantees) |
Modifier and Type | Method | Description |
---|---|---|
void |
executeConstantAction(Activation activation) |
This is the guts of the Execution-time logic for GRANT/REVOKE
See ConstantAction#executeConstantAction
|
java.lang.String |
toString() |
private boolean grant
private PrivilegeInfo privileges
private java.util.List grantees
GrantRevokeConstantAction(boolean grant, PrivilegeInfo privileges, java.util.List grantees)
public java.lang.String toString()
toString
in class java.lang.Object
public void executeConstantAction(Activation activation) throws StandardException
executeConstantAction
in interface ConstantAction
activation
- The execution environment for this constant action.StandardException
- Thrown on failureApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.