TZStatementSection Class Reference

Implements a section of the parsed SQL statement. More...

Inherits TObject.

List of all members.

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


Detailed Description

Implements a section of the parsed SQL statement.

Definition at line 64 of file ZGenericSqlAnalyser.pas.


Constructor & Destructor Documentation

TZStatementSection::TZStatementSection ( const string  Name,
TStrings  Tokens 
)

Create SQL statement section object.

Definition at line 255 of file ZGenericSqlAnalyser.pas.

TZStatementSection::~TZStatementSection (  ) 

Destroys this object and cleanups the memory.

Definition at line 269 of file ZGenericSqlAnalyser.pas.


Member Function Documentation

TZStatementSection TZStatementSection::Clone (  ) 

Clones an object instance.

Returns:
a clonned object instance.

Definition at line 282 of file ZGenericSqlAnalyser.pas.


Member Data Documentation

string TZStatementSection::FName [private]

Definition at line 69 of file ZGenericSqlAnalyser.pas.

TStrings TZStatementSection::FTokens [private]

Definition at line 71 of file ZGenericSqlAnalyser.pas.

See also:
FName For reading

FName For writing

Definition at line 88 of file ZGenericSqlAnalyser.pas.

See also:
FTokens For reading

Definition at line 91 of file ZGenericSqlAnalyser.pas.


The documentation for this class was generated from the following file:

Generated on Wed Dec 30 08:42:58 2009 for zeoslib by  doxygen 1.5.7.1