public class OHaRemoveServerStatement extends OStatement
Modifier and Type | Field and Description |
---|---|
OIdentifier |
serverName |
CUSTOM_STRICT_SQL, originalStatement
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OHaRemoveServerStatement(int id) |
OHaRemoveServerStatement(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) |
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, validate
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString
public OIdentifier serverName
public OHaRemoveServerStatement(int id)
public OHaRemoveServerStatement(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class OStatement
public OResultSet execute(ODatabase db, Object[] args, OCommandContext parentContext, boolean usePlanCache)
execute
in class OStatement
public OResultSet execute(ODatabase db, Map args, OCommandContext parentContext, boolean usePlanCache)
execute
in class OStatement
Copyright © 2009–2020 OrientDB. All rights reserved.