
public class OInputParameter extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected static String |
dateFormatString |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OInputParameter(int id) |
OInputParameter(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
bindFromInputParams(Map<Object,Object> params) |
OInputParameter |
copy() |
void |
deserialize(OResult fromResult) |
static OInputParameter |
deserializeFromOResult(OResult doc) |
Object |
getValue(Map<Object,Object> params) |
OResult |
serialize() |
protected Object |
toParsedTree(Object value) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString, toStringprotected static final String dateFormatString
public OInputParameter(int id)
public OInputParameter(OrientSql p, int id)
public OInputParameter copy()
copy in class SimpleNodepublic static OInputParameter deserializeFromOResult(OResult doc)
public OResult serialize()
public void deserialize(OResult fromResult)
Copyright © 2009–2025 OrientDB. All rights reserved.