
public class OCommitStatement extends OSimpleExecStatement
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
elseFail |
protected List<OStatement> |
elseStatements |
protected OInteger |
retry |
CUSTOM_STRICT_SQL, originalStatementchildren, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OCommitStatement(int id) |
OCommitStatement(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OCommitStatement |
copy() |
boolean |
equals(Object o) |
OResultSet |
executeSimple(OCommandContext ctx) |
Boolean |
getElseFail() |
List<OStatement> |
getElseStatements() |
OInteger |
getRetry() |
int |
hashCode() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
createExecutionPlan, execute, executecreateExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, getOriginalStatement, isIdempotent, refersToParent, serialize, setOriginalStatement, toString, validatechildrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toStringprotected OInteger retry
protected List<OStatement> elseStatements
protected Boolean elseFail
public OCommitStatement(int id)
public OCommitStatement(OrientSql p, int id)
public OResultSet executeSimple(OCommandContext ctx)
executeSimple in class OSimpleExecStatementpublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class OStatementpublic OCommitStatement copy()
copy in class OStatementpublic OInteger getRetry()
public List<OStatement> getElseStatements()
public Boolean getElseFail()
Copyright © 2009–2025 OrientDB. All rights reserved.