public class OInsertSetExpression extends Object
Modifier and Type | Field and Description |
---|---|
protected OIdentifier |
left |
protected OExpression |
right |
Constructor and Description |
---|
OInsertSetExpression() |
Modifier and Type | Method and Description |
---|---|
OInsertSetExpression |
copy() |
OIdentifier |
getLeft() |
OExpression |
getRight() |
boolean |
isCacheable() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
protected OIdentifier left
protected OExpression right
public void toString(Map<Object,Object> params, StringBuilder builder)
public OInsertSetExpression copy()
public OIdentifier getLeft()
public OExpression getRight()
public boolean isCacheable()
Copyright © 2009–2020 OrientDB. All rights reserved.