Package com.arcadedb.query.sql.parser
Class SleepStatement
- java.lang.Object
-
- com.arcadedb.query.sql.parser.SimpleNode
-
- com.arcadedb.query.sql.parser.Statement
-
- com.arcadedb.query.sql.parser.SimpleExecStatement
-
- com.arcadedb.query.sql.parser.SleepStatement
-
- All Implemented Interfaces:
Node
public class SleepStatement extends SimpleExecStatement
-
-
Field Summary
Fields Modifier and Type Field Description protected Expression
expression
-
Fields inherited from class com.arcadedb.query.sql.parser.Statement
CUSTOM_STRICT_SQL, limit, originalStatement, originalStatementAsString, timeout
-
Fields inherited from class com.arcadedb.query.sql.parser.SimpleNode
cachedStringForm, children, value
-
-
Constructor Summary
Constructors Constructor Description SleepStatement(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SleepStatement
copy()
boolean
equals(Object o)
ResultSet
executeSimple(CommandContext context)
int
hashCode()
void
toString(Map<String,Object> params, StringBuilder builder)
-
Methods inherited from class com.arcadedb.query.sql.parser.SimpleExecStatement
createExecutionPlan, execute, execute
-
Methods inherited from class com.arcadedb.query.sql.parser.Statement
createExecutionPlan, createExecutionPlanNoCache, execute, execute, execute, execute, execute, execute, executionPlanCanBeCached, getLimit, getOriginalStatement, getTimeout, isDDL, isIdempotent, refersToParent, setLimit, setOriginalStatement, setTimeout, toString, validate
-
Methods inherited from class com.arcadedb.query.sql.parser.SimpleNode
getCacheableElements, getIdentityElements, getValue, isCacheable, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString
-
-
-
-
Field Detail
-
expression
protected Expression expression
-
-
Method Detail
-
executeSimple
public ResultSet executeSimple(CommandContext context)
- Specified by:
executeSimple
in classSimpleExecStatement
-
toString
public void toString(Map<String,Object> params, StringBuilder builder)
-
copy
public SleepStatement copy()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classSimpleNode
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSimpleNode
-
-