public class OUpdateOperations extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected OJson |
json |
protected int |
type |
static int |
TYPE_ADD |
static int |
TYPE_CONTENT |
static int |
TYPE_INCREMENT |
static int |
TYPE_MERGE |
static int |
TYPE_PUT |
static int |
TYPE_REMOVE |
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 |
---|---|
OUpdateOperations |
copy() |
boolean |
equals(Object o) |
OJson |
getJson() |
int |
getType() |
List<OUpdateIncrementItem> |
getUpdateIncrementItems() |
List<OUpdateItem> |
getUpdateItems() |
List<OUpdatePutItem> |
getUpdatePutItems() |
List<OUpdateRemoveItem> |
getUpdateRemoveItems() |
int |
hashCode() |
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
public static final int TYPE_SET
public static final int TYPE_PUT
public static final int TYPE_MERGE
public static final int TYPE_CONTENT
public static final int TYPE_INCREMENT
public static final int TYPE_ADD
public 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 void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public OUpdateOperations copy()
copy
in class SimpleNode
public int getType()
public List<OUpdateItem> getUpdateItems()
public List<OUpdatePutItem> getUpdatePutItems()
public OJson getJson()
public List<OUpdateIncrementItem> getUpdateIncrementItems()
public List<OUpdateRemoveItem> getUpdateRemoveItems()
Copyright © 2009–2020 OrientDB. All rights reserved.