public class SQLServerCommitStatement extends SQLServerObjectImpl implements SQLServerStatement
| Constructor and Description |
|---|
SQLServerCommitStatement() |
| Modifier and Type | Method and Description |
|---|---|
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, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, 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 in interface SQLServerObjectaccept0 in class SQLServerObjectImplpublic SQLExpr getTransactionName()
public void setTransactionName(SQLExpr transactionName)
public SQLExpr getDelayedDurability()
public void setDelayedDurability(SQLExpr delayedDurability)
public String getDbType()
getDbType in interface SQLStatementpublic void setDbType(String dbType)
Copyright © 2013–2016 Alibaba Group. All rights reserved.