Class OHaStatusStatement
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OStatement
com.orientechnologies.orient.core.sql.parser.OSimpleExecStatement
com.orientechnologies.orient.core.sql.parser.OHaStatusStatement
- All Implemented Interfaces:
Node
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleanFields inherited from class com.orientechnologies.orient.core.sql.parser.OStatement
CUSTOM_STRICT_SQL, originalStatementFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.OSimpleExecStatement
createExecutionPlan, prettyPrintMethods inherited from class com.orientechnologies.orient.core.sql.parser.OStatement
copy, deserialize, deserializeFromOResult, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, refersToParent, resolvePlan, serialize, setOriginalStatement, toString, validateMethods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString
-
Field Details
-
servers
public boolean servers -
db
public boolean db -
latency
public boolean latency -
messages
public boolean messages -
outputText
public boolean outputText -
locks
public boolean locks
-
-
Constructor Details
-
OHaStatusStatement
public OHaStatusStatement(int id) -
OHaStatusStatement
-
-
Method Details
-
isIdempotent
public boolean isIdempotent()- Overrides:
isIdempotentin classOStatement
-
toString
- Overrides:
toStringin classOStatement
-
toGenericStatement
- Overrides:
toGenericStatementin classOStatement
-
executeSimple
- Specified by:
executeSimplein classOSimpleExecStatement
-