Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassSQLToken = class(TObject)
![]() |
MatchingPair: Integer; |
![]() |
NestingLevel: Integer; |
![]() |
Text: String; |
![]() |
TokenType: TSqlitePassSQLTokenType; |
![]() |
Constructor Create; |
![]() |
MatchingPair: Integer; |
the matching token index for example, an '(' token should have a ')' token. |
![]() |
NestingLevel: Integer; |
|
![]() |
Text: String; |
the SQL statement |
![]() |
TokenType: TSqlitePassSQLTokenType; |
the token type |
![]() |
Constructor Create; |