Table of Contents

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

TObjectName

getWithMarkDescription()

public TConstant getWithMarkDescription()

Returns

TConstant

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object

isDistributed()

public bool isDistributed()

Returns

bool

isWithMark()

public bool isWithMark()

Returns

bool

setDistributed(bool)

public void setDistributed(bool distributed)

Parameters

distributed bool

setWithMark(bool)

public void setWithMark(bool withMark)

Parameters

withMark bool

setWithMarkDescription(TConstant)

public void setWithMarkDescription(TConstant withMarkDescription)

Parameters

withMarkDescription TConstant