Inherits TObject.
Public Member Functions | |
TZStatementSection | Clone () |
Clones an object instance. | |
TZStatementSection (const string Name, TStrings Tokens) | |
Create SQL statement section object. | |
~TZStatementSection () | |
Destroys this object and cleanups the memory. | |
Public Attributes | |
string | Name |
TStrings | Tokens |
Private Attributes | |
string | FName |
TStrings | FTokens |
Definition at line 64 of file ZGenericSqlAnalyser.pas.
TZStatementSection::TZStatementSection | ( | const string | Name, | |
TStrings | Tokens | |||
) |
TZStatementSection::~TZStatementSection | ( | ) |
Destroys this object and cleanups the memory.
Definition at line 269 of file ZGenericSqlAnalyser.pas.
TZStatementSection TZStatementSection::Clone | ( | ) |
Clones an object instance.
Definition at line 282 of file ZGenericSqlAnalyser.pas.
string TZStatementSection::FName [private] |
Definition at line 69 of file ZGenericSqlAnalyser.pas.
TStrings TZStatementSection::FTokens [private] |
Definition at line 71 of file ZGenericSqlAnalyser.pas.
string TZStatementSection::Name |
TStrings TZStatementSection::Tokens |