public class MySqlRollbackStatement extends SQLRollbackStatement implements MySqlStatement
| 构造器和说明 |
|---|
MySqlRollbackStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
Boolean |
getChain() |
SQLExpr |
getForce() |
Boolean |
getRelease() |
void |
setChain(Boolean chain) |
void |
setForce(SQLExpr force) |
void |
setRelease(Boolean release) |
getTo, setTooutputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic Boolean getChain()
public void setChain(Boolean chain)
public Boolean getRelease()
public void setRelease(Boolean release)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectpublic SQLExpr getForce()
public void setForce(SQLExpr force)
Copyright © 2012 Alibaba Group. All Rights Reserved.