public class SQLRollbackStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLRollbackStatement() |
SQLRollbackStatement(String dbType) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getChain() |
List<SQLObject> |
getChildren() |
SQLExpr |
getForce() |
Boolean |
getRelease() |
SQLName |
getTo() |
void |
setChain(Boolean chain) |
void |
setForce(SQLExpr force) |
void |
setRelease(Boolean release) |
void |
setTo(SQLName to) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLRollbackStatement()
public SQLRollbackStatement(String dbType)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic SQLName getTo()
public void setTo(SQLName to)
public Boolean getChain()
public void setChain(Boolean chain)
public Boolean getRelease()
public void setRelease(Boolean release)
public SQLExpr getForce()
public void setForce(SQLExpr force)
Copyright © 2013–2018 Alibaba Group. All rights reserved.