
public class OUpdateOperations extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected OJson |
json |
protected int |
type |
protected static int |
TYPE_ADD |
protected static int |
TYPE_CONTENT |
protected static int |
TYPE_INCREMENT |
protected static int |
TYPE_MERGE |
protected static int |
TYPE_PUT |
protected static int |
TYPE_REMOVE |
protected static int |
TYPE_SET |
protected List<OUpdateIncrementItem> |
updateIncrementItems |
protected List<OUpdateItem> |
updateItems |
protected List<OUpdatePutItem> |
updatePutItems |
protected List<OUpdateRemoveItem> |
updateRemoveItems |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OUpdateOperations(int id) |
OUpdateOperations(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 static final int TYPE_SET
protected static final int TYPE_PUT
protected static final int TYPE_MERGE
protected static final int TYPE_CONTENT
protected static final int TYPE_INCREMENT
protected static final int TYPE_ADD
protected static final int TYPE_REMOVE
protected int type
protected List<OUpdateItem> updateItems
protected List<OUpdatePutItem> updatePutItems
protected OJson json
protected List<OUpdateIncrementItem> updateIncrementItems
protected List<OUpdateRemoveItem> updateRemoveItems
public OUpdateOperations(int id)
public OUpdateOperations(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.