public class SQLRollbackStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLRollbackStatement() |
SQLRollbackStatement(String dbType) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getChain() |
SQLExpr |
getForce() |
Boolean |
getRelease() |
SQLName |
getTo() |
void |
setChain(Boolean chain) |
void |
setForce(SQLExpr force) |
void |
setRelease(Boolean release) |
void |
setTo(SQLName to) |
getDbType, isAfterSemi, setAfterSemi, setDbType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLRollbackStatement()
public SQLRollbackStatement(String dbType)
public 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–2017 Alibaba Group. All rights reserved.