
public class OLetStatement extends OSimpleExecStatement
| Modifier and Type | Field and Description |
|---|---|
protected OExpression |
expression |
protected OIdentifier |
name |
protected OStatement |
statement |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OLetStatement(int id) |
OLetStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OLetStatement |
copy() |
boolean |
equals(Object o) |
OResultSet |
executeSimple(OCommandContext ctx) |
OIdentifier |
getName() |
int |
hashCode() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
createExecutionPlan, execute, executecreateExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, jjtAccept, refersToParent, serialize, setOriginalStatement, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringprotected OIdentifier name
protected OStatement statement
protected OExpression expression
public OLetStatement(int id)
public OLetStatement(OrientSql p, int id)
public OResultSet executeSimple(OCommandContext ctx)
executeSimple in class OSimpleExecStatementpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementpublic OLetStatement copy()
copy in class OStatementpublic OIdentifier getName()
Copyright © 2009–2025 OrientDB. All rights reserved.