
public class ORecordAttribute extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
ORecordAttribute(int id) |
ORecordAttribute(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
ORecordAttribute |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
Object |
evaluate(OElement iCurrentRecord,
OCommandContext ctx) |
Object |
evaluate(OResult iCurrentRecord,
OCommandContext ctx) |
String |
getName() |
int |
hashCode() |
OResult |
serialize() |
void |
setName(String name) |
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, toStringprotected String name
public ORecordAttribute(int id)
public ORecordAttribute(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic ORecordAttribute copy()
copy in class SimpleNodepublic String getName()
public void setName(String name)
public OResult serialize()
public void deserialize(OResult fromResult)
public Object evaluate(OResult iCurrentRecord, OCommandContext ctx)
public Object evaluate(OElement iCurrentRecord, OCommandContext ctx)
Copyright © 2009–2025 OrientDB. All rights reserved.