C# Class SQLCover.Parsers.StatementVisitor

Inheritance: TSqlFragmentVisitor
Exibir arquivo Open project: red-gate/SQLCover

Public Properties

Property Type Description
Statements List

Public Methods

Method Description
StatementVisitor ( string script ) : System.Collections.Generic
Visit ( TSqlStatement statement ) : void

Private Methods

Method Description
CanBeCovered ( TSqlStatement statement ) : bool
IsIgnoredType ( TSqlStatement statement ) : bool
ShouldNotEnumerateChildren ( TSqlStatement statement ) : bool

Method Details

StatementVisitor() public method

public StatementVisitor ( string script ) : System.Collections.Generic
script string
return System.Collections.Generic

Visit() public method

public Visit ( TSqlStatement statement ) : void
statement TSqlStatement
return void

Property Details

Statements public_oe property

public List Statements
return List