public class OInsertBody extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected OJson |
content |
protected OInputParameter |
contentInputParam |
protected List<OIdentifier> |
identifierList |
protected List<OInsertSetExpression> |
setExpressions |
protected List<List<OExpression>> |
valueExpressions |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OInsertBody(int id) |
OInsertBody(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OInsertBody |
copy() |
boolean |
equals(Object o) |
OJson |
getContent() |
OInputParameter |
getContentInputParam() |
List<OIdentifier> |
getIdentifierList() |
List<OInsertSetExpression> |
getSetExpressions() |
List<List<OExpression>> |
getValueExpressions() |
int |
hashCode() |
boolean |
isCacheable() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
protected List<OIdentifier> identifierList
protected List<List<OExpression>> valueExpressions
protected List<OInsertSetExpression> setExpressions
protected OJson content
protected OInputParameter contentInputParam
public OInsertBody(int id)
public OInsertBody(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public OInsertBody copy()
copy
in class SimpleNode
public List<OIdentifier> getIdentifierList()
public List<List<OExpression>> getValueExpressions()
public List<OInsertSetExpression> getSetExpressions()
public OJson getContent()
public OInputParameter getContentInputParam()
public boolean isCacheable()
Copyright © 2009–2020 OrientDB. All rights reserved.