Class TSqlitePassSQLToken

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassSQLToken = class(TObject)

Description

Hierarchy

Overview

Fields

Public MatchingPair: Integer;
Public NestingLevel: Integer;
Public Text: String;
Public TokenType: TSqlitePassSQLTokenType;

Methods

Public Constructor Create;

Description

Fields

Public MatchingPair: Integer;

the matching token index for example, an '(' token should have a ')' token.

Public NestingLevel: Integer;

NestingLevel

Public Text: String;

the SQL statement

Public TokenType: TSqlitePassSQLTokenType;

the token type

Methods

Public Constructor Create;
 

Generated by PasDoc 0.11.0 on 2009-01-11 21:18:00