TSqlParserToken Class

Definition

Represents a single Token in the input text.

public sealed class TSqlParserToken
type TSqlParserToken = class
Public NotInheritable Class TSqlParserToken
Inheritance
TSqlParserToken

Constructors

Name Description
TSqlParserToken()

Initializes a new instance of the TSqlParserToken class.

TSqlParserToken(TSqlTokenType, Int32, String, Int32, Int32)

Initializes a new instance of the TSqlParserToken class.

TSqlParserToken(TSqlTokenType, String)

Initializes a new instance of the TSqlParserToken class.

Properties

Name Description
Column

Gets or sets the column.

Line

Gets or sets the line.

Offset

Gets or sets the offset.

Text

Gets or sets the text.

TokenType

Gets or sets the type of the token.

Methods

Name Description
IsKeyword()

Determines if the token is a language keyword.

Applies to