
public class OInsertBody extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected OJson |
content |
protected List<OIdentifier> |
identifierList |
protected OProjection |
returnProjection |
protected boolean |
selectInParentheses |
protected OSelectStatement |
selectStatement |
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 |
|---|---|
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected List<OIdentifier> identifierList
protected List<List<OExpression>> valueExpressions
protected List<OInsertSetExpression> setExpressions
protected OSelectStatement selectStatement
protected boolean selectInParentheses
protected OJson content
protected OProjection returnProjection
public OInsertBody(int id)
public OInsertBody(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodeCopyright © 2009–2025 OrientDB. All rights reserved.