public class SQLServerCommitStatement extends SQLServerObjectImpl implements SQLServerStatement
| 构造器和说明 |
|---|
SQLServerCommitStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLServerASTVisitor visitor) |
String |
getDbType() |
SQLExpr |
getDelayedDurability() |
SQLExpr |
getTransactionName() |
boolean |
isWork() |
void |
setDbType(String dbType) |
void |
setDelayedDurability(SQLExpr delayedDurability) |
void |
setTransactionName(SQLExpr transactionName) |
void |
setWork(boolean work) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic boolean isWork()
public void setWork(boolean work)
public void accept0(SQLServerASTVisitor visitor)
accept0 在接口中 SQLServerObjectaccept0 在类中 SQLServerObjectImplpublic SQLExpr getTransactionName()
public void setTransactionName(SQLExpr transactionName)
public SQLExpr getDelayedDurability()
public void setDelayedDurability(SQLExpr delayedDurability)
public String getDbType()
getDbType 在接口中 SQLStatementpublic void setDbType(String dbType)
Copyright © 2013–2016 Alibaba Group. All rights reserved.