
public class OPositionalParameter extends OInputParameter
| Modifier and Type | Field and Description |
|---|---|
protected int |
paramNumber |
dateFormatStringchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OPositionalParameter(int id) |
OPositionalParameter(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
bindFromInputParams(Map<Object,Object> params) |
OPositionalParameter |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
Object |
getValue(Map<Object,Object> params) |
int |
hashCode() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
OResult |
serialize() |
String |
toString() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
deserializeFromOResult, toParsedTreechildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic OPositionalParameter(int id)
public OPositionalParameter(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class OInputParameterpublic String toString()
toString in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic Object getValue(Map<Object,Object> params)
getValue in class OInputParameterpublic Object bindFromInputParams(Map<Object,Object> params)
bindFromInputParams in class OInputParameterpublic OPositionalParameter copy()
copy in class OInputParameterpublic OResult serialize()
serialize in class OInputParameterpublic void deserialize(OResult fromResult)
deserialize in class OInputParameterCopyright © 2009–2025 OrientDB. All rights reserved.