
public class OTimeout extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION |
protected String |
failureStrategy |
static String |
RETURN |
protected Number |
val |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OTimeout(int id) |
OTimeout(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OTimeout |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
String |
getFailureStrategy() |
Number |
getVal() |
int |
hashCode() |
OResult |
serialize() |
void |
setVal(Number val) |
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, toStringpublic static final String RETURN
public static final String EXCEPTION
protected Number val
protected String failureStrategy
public OTimeout(int id)
public OTimeout(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic OTimeout copy()
copy in class SimpleNodepublic Number getVal()
public String getFailureStrategy()
public OResult serialize()
public void deserialize(OResult fromResult)
public void setVal(Number val)
Copyright © 2009–2025 OrientDB. All rights reserved.