public class ORid extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected OInteger |
cluster |
protected OExpression |
expression |
protected boolean |
legacy |
protected OInteger |
position |
children, firstToken, id, lastToken, parent, parser, value
Modifier and Type | Method and Description |
---|---|
ORid |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
OInteger |
getCluster() |
OInteger |
getPosition() |
int |
hashCode() |
OResult |
serialize() |
void |
setCluster(OInteger cluster) |
void |
setLegacy(boolean b) |
void |
setPosition(OInteger position) |
ORecordId |
toRecordId(OIdentifiable target,
OCommandContext ctx) |
ORecordId |
toRecordId(OResult target,
OCommandContext ctx) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
String |
toString(String prefix) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString
protected OInteger cluster
protected OInteger position
protected OExpression expression
protected boolean legacy
public ORid(int id)
public ORid(OrientSql p, int id)
public String toString(String prefix)
toString
in class SimpleNode
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public ORecordId toRecordId(OResult target, OCommandContext ctx)
public ORecordId toRecordId(OIdentifiable target, OCommandContext ctx)
public ORid copy()
copy
in class SimpleNode
public void setCluster(OInteger cluster)
public void setPosition(OInteger position)
public void setLegacy(boolean b)
public OInteger getCluster()
public OInteger getPosition()
public OResult serialize()
public void deserialize(OResult fromResult)
Copyright © 2009–2020 OrientDB. All rights reserved.