Table of Contents

Class TMssqlBeginTran

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

Constructors

TMssqlBeginTran(EDbVendor)

public TMssqlBeginTran(EDbVendor dbvendor)

Parameters

dbvendor EDbVendor

Properties

Distributed

public virtual bool Distributed { get; set; }

Property Value

bool

TransactionName

public virtual TObjectName TransactionName { get; set; }

Property Value

TObjectName

WithMark

public virtual bool WithMark { get; set; }

Property Value

bool

WithMarkDescription

public virtual TConstant WithMarkDescription { get; set; }

Property Value

TConstant

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