C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Mts.MTSSetTransactionStatement

Inheritance: ISqlStatement
Show file Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
Accept ( ISqlAstVisitor visitor ) : void
MTSSetTransactionStatement ( VariableScope scope, IsolationLevel level ) : System

Method Details

Accept() public method

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
return void

MTSSetTransactionStatement() public method

public MTSSetTransactionStatement ( VariableScope scope, IsolationLevel level ) : System
scope VariableScope
level IsolationLevel
return System