Class OInsertBody
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OInsertBody
- All Implemented Interfaces:
Node
-
Field Summary
Fields 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 TypeMethodDescriptionvoidaddContent(OJson json) voidvoidaddIdentifier(OIdentifier identifier) voidvoidcopy()booleaninthashCode()booleanvoidtoGenericStatement(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
-
Constructor Details
-
OInsertBody
public OInsertBody(int id) -
OInsertBody
-
-
Method Details
-
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
copy
- Overrides:
copyin classSimpleNode
-
equals
-
hashCode
public int hashCode() -
getIdentifierList
-
addIdentifier
-
getValueExpressions
-
addValueExpression
-
getSetExpressions
-
addInsertSetExpression
-
getContent
-
getContentInputParam
-
addContentInputParam
-
addContent
-
isCacheable
public boolean isCacheable()
-