Class OAlterSecurityPolicyStatement
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OStatement
com.orientechnologies.orient.core.sql.parser.OSimpleExecStatement
com.orientechnologies.orient.core.sql.parser.OAlterSecurityPolicyStatement
- All Implemented Interfaces:
Node
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OBooleanExpressionprotected OBooleanExpressionprotected OBooleanExpressionprotected OBooleanExpressionprotected OBooleanExpressionprotected OIdentifierprotected OBooleanExpressionprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanFields inherited from class com.orientechnologies.orient.core.sql.parser.OStatement
CUSTOM_STRICT_SQL, originalStatementFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
ConstructorsConstructorDescriptionOAlterSecurityPolicyStatement(int id) OAlterSecurityPolicyStatement(OrientSql p, int id) -
Method Summary
Modifier and TypeMethodDescriptionvoidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.OSimpleExecStatement
createExecutionPlan, execute, executeMethods inherited from class com.orientechnologies.orient.core.sql.parser.OStatement
copy, createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, refersToParent, serialize, setOriginalStatement, toString, validateMethods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString
-
Field Details
-
name
-
create
-
read
-
beforeUpdate
-
afterUpdate
-
delete
-
execute
-
removeCreate
protected boolean removeCreate -
removeRead
protected boolean removeRead -
removeBeforeUpdate
protected boolean removeBeforeUpdate -
removeAfterUpdate
protected boolean removeAfterUpdate -
removeDelete
protected boolean removeDelete -
removeExecute
protected boolean removeExecute
-
-
Constructor Details
-
OAlterSecurityPolicyStatement
public OAlterSecurityPolicyStatement(int id) -
OAlterSecurityPolicyStatement
-
-
Method Details
-
executeSimple
- Specified by:
executeSimplein classOSimpleExecStatement
-
toString
- Overrides:
toStringin classOStatement
-
toGenericStatement
- Overrides:
toGenericStatementin classOStatement
-