C# Class GraphView.WSqlUnknownStatement

This class represents all T-SQL statements not identified by the current parser. Unidentified statements are interpreted token by token.
Inheritance: WSqlStatement
Show file Open project: Microsoft/GraphView Class Usage Examples

Public Methods

Method Description
WSqlUnknownStatement ( ) : System.Collections.Generic
WSqlUnknownStatement ( TSqlFragment statement ) : System.Collections.Generic
WSqlUnknownStatement ( string statement ) : System.Collections.Generic

Private Methods

Method Description
ToString ( string indent ) : string

Method Details

WSqlUnknownStatement() public method

public WSqlUnknownStatement ( ) : System.Collections.Generic
return System.Collections.Generic

WSqlUnknownStatement() public method

public WSqlUnknownStatement ( TSqlFragment statement ) : System.Collections.Generic
statement TSqlFragment
return System.Collections.Generic

WSqlUnknownStatement() public method

public WSqlUnknownStatement ( string statement ) : System.Collections.Generic
statement string
return System.Collections.Generic