public class OUpdateRemoveItem extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected OExpression |
left |
protected OExpression |
right |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OUpdateRemoveItem(int id) |
OUpdateRemoveItem(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
void |
applyUpdate(OResultInternal result,
OCommandContext ctx) |
OUpdateRemoveItem |
copy() |
boolean |
equals(Object o) |
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
protected OExpression left
protected OExpression right
public OUpdateRemoveItem(int id)
public OUpdateRemoveItem(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public OUpdateRemoveItem copy()
copy
in class SimpleNode
public void applyUpdate(OResultInternal result, OCommandContext ctx)
Copyright © 2009–2020 OrientDB. All rights reserved.