Package com.arcadedb.query.sql.parser
Class BeginStatement
- 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.BeginStatement
-
- All Implemented Interfaces:
Node
public class BeginStatement extends SimpleExecStatement
-
-
Field Summary
Fields Modifier and Type Field Description protected Identifier
isolation
-
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 BeginStatement(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeginStatement
copy()
ResultSet
executeSimple(CommandContext context)
protected Object[]
getIdentityElements()
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
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
equals, getCacheableElements, getValue, hashCode, isCacheable, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString
-
-
-
-
Field Detail
-
isolation
protected Identifier isolation
-
-
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 BeginStatement copy()
-
getIdentityElements
protected Object[] getIdentityElements()
- Overrides:
getIdentityElements
in classSimpleNode
-
-