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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLRollbackStatement()
public SQLRollbackStatement(String dbType)
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
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.