Go to the source code of this file.
Classes | |
class | TZPostgreSQLCommentState |
This state will either delegate to a comment-handling state, or return a token with just a slash in it. More... | |
class | TZPostgreSQLNumberState |
Implements a PostgreSQL-specific number state object. More... | |
class | TZPostgreSQLQuoteState |
Implements a PostgreSQL-specific quote string state object. More... | |
class | TZPostgreSQLSymbolState |
Implements a symbol state object. More... | |
class | TZPostgreSQLTokenizer |
Implements a default tokenizer object. More... | |
class | TZPostgreSQLWordState |
Implements a word state object. More... | |
Functions | |
if (ReadNum > 0) and(ReadChar | |
end else begin if ReadNum then Stream | Seek (-1, soFromCurrent) |
Variables | |
ReadNum | __pad0__ |
end | |
if | FirstChar |
or the results of delegating to a comment handling state function TZPostgreSQLCommentState NextToken(Stream:TStream;FirstChar:Char;Tokenizer:TZTokenizer) var | ReadChar |
begin Result | TokenType |
Result | Value |
if | ( | ReadNum | , | |
0 | ||||
) |
Definition at line 253 of file ZPostgreSqlToken.pas.
Definition at line 270 of file ZPostgreSqlToken.pas.
Initial value:
Definition at line 258 of file ZPostgreSqlToken.pas.
or the results of delegating to a comment handling state function TZPostgreSQLCommentState NextToken (Stream: TStream; FirstChar: Char; Tokenizer: TZTokenizer) var ReadChar |
Definition at line 249 of file ZPostgreSqlToken.pas.
begin Result TokenType |
Definition at line 255 of file ZPostgreSqlToken.pas.
Result Value |
Definition at line 256 of file ZPostgreSqlToken.pas.