TZTableRef Class Reference

Implements a table reference assembly. More...

Inherits TObject.

List of all members.

Public Member Functions

string FullName ()
 Gets a full database table name.
 TZTableRef (const string Catalog, const string Schema, const string Table, const string Alias)
 Creates a table reference object.

Public Attributes

string Alias
string Catalog
string Schema
string Table

Private Attributes

string FAlias
string FCatalog
string FSchema
string FTable


Detailed Description

Implements a table reference assembly.

Definition at line 90 of file ZSelectSchema.pas.


Constructor & Destructor Documentation

TZTableRef::TZTableRef ( const string  Catalog,
const string  Schema,
const string  Table,
const string  Alias 
)

Creates a table reference object.

Parameters:
Catalog a catalog name.
Schema a schema name.
Table a table name.
Alias a table alias.

Definition at line 383 of file ZSelectSchema.pas.


Member Function Documentation

string TZTableRef::FullName (  ) 

Gets a full database table name.

Returns:
a full database table name.

Definition at line 402 of file ZSelectSchema.pas.


Member Data Documentation

See also:
FAlias For reading

FAlias For writing

Definition at line 125 of file ZSelectSchema.pas.

See also:
FCatalog For reading

FCatalog For writing

Definition at line 116 of file ZSelectSchema.pas.

string TZTableRef::FAlias [private]

Definition at line 101 of file ZSelectSchema.pas.

string TZTableRef::FCatalog [private]

Definition at line 95 of file ZSelectSchema.pas.

string TZTableRef::FSchema [private]

Definition at line 97 of file ZSelectSchema.pas.

string TZTableRef::FTable [private]

Definition at line 99 of file ZSelectSchema.pas.

See also:
FSchema For reading

FSchema For writing

Definition at line 119 of file ZSelectSchema.pas.

See also:
FTable For reading

FTable For writing

Definition at line 122 of file ZSelectSchema.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