
public class OStatement extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOM_STRICT_SQL |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OStatement(int id) |
OStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(OSQLAsynchQuery<ODocument> request,
OCommandContext context,
OProgressListener progressListener) |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
String |
toString(String prefix) |
void |
validate() |
childrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic static final String CUSTOM_STRICT_SQL
public OStatement(int id)
public OStatement(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic void validate()
throws OCommandSQLParsingException
OCommandSQLParsingExceptionpublic String toString(String prefix)
toString in class SimpleNodepublic Object execute(OSQLAsynchQuery<ODocument> request, OCommandContext context, OProgressListener progressListener)
Copyright © 2009–2025 OrientDB. All rights reserved.