Class ONodeAllocationData
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.ONodeAllocationData
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(OIdentifier cluster) voidapply(OClassEmbedded ce, OCommandContext ctx) copy()voidsetAdd()voidsetNode(OIdentifier node) voidvoidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods 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, toString
-
Field Details
-
add
public boolean add
-
-
Constructor Details
-
ONodeAllocationData
public ONodeAllocationData(int id) -
ONodeAllocationData
-
-
Method Details
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
toString
- Specified by:
toStringin classSimpleNode
-
add
-
setAdd
public void setAdd() -
setRemove
public void setRemove() -
setNode
-
apply
-
copy
- Overrides:
copyin classSimpleNode
-