
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, toStringprotected 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 SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic ORecordId toRecordId(OResult target, OCommandContext ctx)
public ORecordId toRecordId(OIdentifiable target, OCommandContext ctx)
public ORid copy()
copy in class SimpleNodepublic 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–2025 OrientDB. All rights reserved.