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, toString
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 boolean isWork()
public void setWork(boolean work)
public void accept0(SQLServerASTVisitor visitor)
accept0
in interface SQLServerObject
accept0
in class SQLServerObjectImpl
public SQLExpr getTransactionName()
public void setTransactionName(SQLExpr transactionName)
public SQLExpr getDelayedDurability()
public void setDelayedDurability(SQLExpr delayedDurability)
public String getDbType()
getDbType
in interface SQLStatement
public void setDbType(String dbType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.