TSqlParserToken Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TSqlParserToken class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TSqlParserToken() | Initializes a new instance of the TSqlParserToken class. | |
TSqlParserToken(TSqlTokenType, String) | Initializes a new instance of the TSqlParserToken class with the specified type and text of the token. | |
TSqlParserToken(TSqlTokenType, Int32, String, Int32, Int32) | Initializes a new instance of the TSqlParserToken class with the specified type, offset, text, line and column of the token. |
Top