Class TBeginTranSqlNode
- Namespace
- gudusoft.gsqlparser.nodes
- Assembly
- gudusoft.gsqlparser.dll
public class TBeginTranSqlNode : TParseTreeNode, Visitable
- Inheritance
-
TBeginTranSqlNode
- Implements
- Inherited Members
Methods
getTransactionName()
public TObjectName getTransactionName()
Returns
getWithMarkDescription()
public TConstant getWithMarkDescription()
Returns
init(object)
Initialize a query tree node.
public override void init(object arg1)
Parameters
arg1object
isDistributed()
public bool isDistributed()
Returns
isWithMark()
public bool isWithMark()
Returns
setDistributed(bool)
public void setDistributed(bool distributed)
Parameters
distributedbool
setWithMark(bool)
public void setWithMark(bool withMark)
Parameters
withMarkbool
setWithMarkDescription(TConstant)
public void setWithMarkDescription(TConstant withMarkDescription)
Parameters
withMarkDescriptionTConstant