
public class OHaSyncDatabaseStatement extends OStatement
| Modifier and Type | Field and Description |
|---|---|
boolean |
force |
boolean |
full |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OHaSyncDatabaseStatement(int id) |
OHaSyncDatabaseStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OResultSet |
execute(ODatabase db,
Map args,
OCommandContext parentContext,
boolean usePlanCache) |
OResultSet |
execute(ODatabase db,
Object[] args,
OCommandContext parentContext,
boolean usePlanCache) |
boolean |
isForce() |
boolean |
isFull() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
copy, createExecutionPlan, createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, refersToParent, serialize, setOriginalStatement, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringpublic OHaSyncDatabaseStatement(int id)
public OHaSyncDatabaseStatement(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class OStatementpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementpublic boolean isForce()
public boolean isFull()
public OResultSet execute(ODatabase db, Object[] args, OCommandContext parentContext, boolean usePlanCache)
execute in class OStatementpublic OResultSet execute(ODatabase db, Map args, OCommandContext parentContext, boolean usePlanCache)
execute in class OStatementCopyright © 2009–2025 OrientDB. All rights reserved.