Public Member Functions | |
string | DecodeString (const string Value, Char QuoteChar) |
Decodes a string value. | |
string | EncodeString (const string Value, Char QuoteChar) |
Encodes a string value. | |
TZToken | NextToken (TStream Stream, Char FirstChar, TZTokenizer Tokenizer) |
Return a quoted string token from a reader. |
Definition at line 73 of file ZInterbaseToken.pas.
string TZGenericSQLQuoteState::DecodeString | ( | const string | Value, | |
Char | QuoteChar | |||
) | [inherited] |
Decodes a string value.
Value | a string value to be decoded. | |
QuoteChar | a string quote character. |
Reimplemented from TZQuoteState.
Definition at line 277 of file ZGenericSqlToken.pas.
string TZGenericSQLQuoteState::EncodeString | ( | const string | Value, | |
Char | QuoteChar | |||
) | [inherited] |
Encodes a string value.
Value | a string value to be encoded. | |
QuoteChar | a string quote character. |
Reimplemented from TZQuoteState.
Definition at line 259 of file ZGenericSqlToken.pas.
TZToken TZGenericSQLQuoteState::NextToken | ( | TStream | Stream, | |
Char | FirstChar, | |||
TZTokenizer | Tokenizer | |||
) | [inherited] |
Return a quoted string token from a reader.
This method will collect characters until it sees a match to the character that the tokenizer used to switch to this state.
Reimplemented from TZQuoteState.
Definition at line 221 of file ZGenericSqlToken.pas.