Inherits TObject.
Public Member Functions | |
TZFieldRef (Boolean IsField, const string Catalog, const string Schema, const string Table, const string Field, const string Alias, TZTableRef TableRef) | |
Creates a field reference object. | |
Public Attributes | |
string | Alias |
string | Catalog |
string | Field |
Boolean | IsField |
Boolean | Linked |
string | Schema |
string | Table |
TZTableRef | TableRef |
Private Attributes | |
string | FAlias |
string | FCatalog |
string | FField |
Boolean | FIsField |
Boolean | FLinked |
string | FSchema |
string | FTable |
TZTableRef | FTableRef |
Definition at line 131 of file ZSelectSchema.pas.
TZFieldRef::TZFieldRef | ( | Boolean | IsField, | |
const string | Catalog, | |||
const string | Schema, | |||
const string | Table, | |||
const string | Field, | |||
const string | Alias, | |||
TZTableRef | TableRef | |||
) |
Creates a field reference object.
IsField | flag which separates table columns from expressions. | |
Catalog | a catalog name. | |
Schema | a schema name. | |
Table | a table name. | |
Field | a field name. | |
Alias | a field alias. |
Definition at line 424 of file ZSelectSchema.pas.
string TZFieldRef::Alias |
string TZFieldRef::Catalog |
Definition at line 168 of file ZSelectSchema.pas.
string TZFieldRef::FAlias [private] |
Definition at line 146 of file ZSelectSchema.pas.
string TZFieldRef::FCatalog [private] |
Definition at line 138 of file ZSelectSchema.pas.
string TZFieldRef::FField [private] |
Definition at line 144 of file ZSelectSchema.pas.
string TZFieldRef::Field |
Boolean TZFieldRef::FIsField [private] |
Definition at line 136 of file ZSelectSchema.pas.
Boolean TZFieldRef::FLinked [private] |
Definition at line 150 of file ZSelectSchema.pas.
string TZFieldRef::FSchema [private] |
Definition at line 140 of file ZSelectSchema.pas.
string TZFieldRef::FTable [private] |
Definition at line 142 of file ZSelectSchema.pas.
TZTableRef TZFieldRef::FTableRef [private] |
Definition at line 148 of file ZSelectSchema.pas.
Boolean TZFieldRef::IsField |
Definition at line 165 of file ZSelectSchema.pas.
Boolean TZFieldRef::Linked |
string TZFieldRef::Schema |
string TZFieldRef::Table |
Definition at line 183 of file ZSelectSchema.pas.