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