Inherits TObject.
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 |
Definition at line 90 of file ZSelectSchema.pas.
TZTableRef::TZTableRef | ( | const string | Catalog, | |
const string | Schema, | |||
const string | Table, | |||
const string | Alias | |||
) |
Creates a table reference object.
Catalog | a catalog name. | |
Schema | a schema name. | |
Table | a table name. | |
Alias | a table alias. |
Definition at line 383 of file ZSelectSchema.pas.
string TZTableRef::FullName | ( | ) |
Gets a full database table name.
Definition at line 402 of file ZSelectSchema.pas.
string TZTableRef::Alias |
string TZTableRef::Catalog |
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.
string TZTableRef::Schema |
string TZTableRef::Table |