Table of Contents

Class TBeginTran

Namespace
gudusoft.gsqlparser.stmt
Assembly
gudusoft.gsqlparser.dll
public class TBeginTran : TCustomSqlStatement, Visitable
Inheritance
TBeginTran
Implements
Inherited Members

Constructors

TBeginTran(EDbVendor)

public TBeginTran(EDbVendor dbvendor)

Parameters

dbvendor EDbVendor

Methods

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

doParseStatement(TCustomSqlStatement)

analyze SQL

public override int doParseStatement(TCustomSqlStatement psql)

Parameters

psql TCustomSqlStatement

Returns

int

getTransactionName()

public TObjectName getTransactionName()

Returns

TObjectName

getWithMarkDescription()

public TConstant getWithMarkDescription()

Returns

TConstant

isDistributed()

public bool isDistributed()

Returns

bool

isWithMark()

public bool isWithMark()

Returns

bool

setDistributed(bool)

public void setDistributed(bool distributed)

Parameters

distributed bool

setTransactionName(TObjectName)

public void setTransactionName(TObjectName transactionName)

Parameters

transactionName TObjectName

setWithMark(bool)

public void setWithMark(bool withMark)

Parameters

withMark bool

setWithMarkDescription(TConstant)

public void setWithMarkDescription(TConstant withMarkDescription)

Parameters

withMarkDescription TConstant