Class OAlterPropertyStatement
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OStatement
com.orientechnologies.orient.core.sql.parser.ODDLStatement
com.orientechnologies.orient.core.sql.parser.OAlterPropertyStatement
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionOAlterPropertyStatement(int id) OAlterPropertyStatement(OrientSql p, int id) -
Method Summary
Modifier and TypeMethodDescriptioncopy()booleaninthashCode()voidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) voidvalidate()Methods inherited from class com.orientechnologies.orient.core.sql.parser.ODDLStatement
createExecutionPlan, prettyPrintMethods inherited from class com.orientechnologies.orient.core.sql.parser.OStatement
deserialize, deserializeFromOResult, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, refersToParent, resolvePlan, serialize, setOriginalStatement, toStringMethods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString
-
Field Details
-
settingValue
-
-
Constructor Details
-
OAlterPropertyStatement
public OAlterPropertyStatement(int id) -
OAlterPropertyStatement
-
-
Method Details
-
executeDDL
- Specified by:
executeDDLin classODDLStatement
-
validate
- Overrides:
validatein classOStatement- Throws:
OCommandSQLParsingException
-
toString
- Overrides:
toStringin classOStatement
-
toGenericStatement
- Overrides:
toGenericStatementin classOStatement
-
copy
- Overrides:
copyin classOStatement
-
equals
-
hashCode
public int hashCode()
-