
public class OAlterSecurityPolicyStatement extends OSimpleExecStatement
| Modifier and Type | Field and Description |
|---|---|
protected OBooleanExpression |
afterUpdate |
protected OBooleanExpression |
beforeUpdate |
protected OBooleanExpression |
create |
protected OBooleanExpression |
delete |
protected OBooleanExpression |
execute |
protected OIdentifier |
name |
protected OBooleanExpression |
read |
protected boolean |
removeAfterUpdate |
protected boolean |
removeBeforeUpdate |
protected boolean |
removeCreate |
protected boolean |
removeDelete |
protected boolean |
removeExecute |
protected boolean |
removeRead |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OAlterSecurityPolicyStatement(int id) |
OAlterSecurityPolicyStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OResultSet |
executeSimple(OCommandContext ctx) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
createExecutionPlan, execute, executecopy, createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, refersToParent, serialize, setOriginalStatement, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringprotected OIdentifier name
protected OBooleanExpression create
protected OBooleanExpression read
protected OBooleanExpression beforeUpdate
protected OBooleanExpression afterUpdate
protected OBooleanExpression delete
protected OBooleanExpression execute
protected boolean removeCreate
protected boolean removeRead
protected boolean removeBeforeUpdate
protected boolean removeAfterUpdate
protected boolean removeDelete
protected boolean removeExecute
public OAlterSecurityPolicyStatement(int id)
public OAlterSecurityPolicyStatement(OrientSql p, int id)
public OResultSet executeSimple(OCommandContext ctx)
executeSimple in class OSimpleExecStatementpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementCopyright © 2009–2025 OrientDB. All rights reserved.