[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqlscanner.pp line 169
type TSQLScanner = class |
protected |
procedure BuildKeyWords; virtual; |
procedure Error(); |
public |
constructor Create(); |
destructor Destroy; override; |
procedure OpenFile(); |
function FetchToken; |
function IsEndOfLine; |
property Options: TSQLScannerOptions; [rw] |
property SourceFile: TLineReader; [r] |
property CurFilename: string; [r] |
property CurLine: string; [r] |
property CurRow: Integer; [r] |
property CurColumn: Integer; [r] |
property CurTokenString: string; [r] |
property CurTokenRow: Integer; [r] |
property CurTokenColumn: Integer; [r] |
property ExcludeKeywords: TStrings; [rw] |
property AlternateTerminator: string; [rw] |
end; |
| |
TObject |