C# Class TSQLLint.Infrastructure.Rules.SetNoCountRule.ChildDDLStatementFoundVisitor

Inheritance: TSqlFragmentVisitor
Show file Open project: tsqllint/tsqllint

Public Methods

Method Description
Visit ( AlterTableStatement node ) : void
Visit ( CreateTableStatement node ) : void
Visit ( DropTableStatement node ) : void
Visit ( TruncateTableStatement node ) : void

Method Details

Visit() public method

public Visit ( AlterTableStatement node ) : void
node AlterTableStatement
return void

Visit() public method

public Visit ( CreateTableStatement node ) : void
node CreateTableStatement
return void

Visit() public method

public Visit ( DropTableStatement node ) : void
node DropTableStatement
return void

Visit() public method

public Visit ( TruncateTableStatement node ) : void
node TruncateTableStatement
return void