TableMetaData consists of the description, Field collection, Link collection,
Public Methods | |
| TableMetaData () | |
| ~TableMetaData () | |
| TableMetaData | operator= (const TableMetaData &t) |
| TableMetaData (const TableMetaData &t) | |
| int | getNumOfColumns (int &ncols, int *status) |
| int | getNumOfLinks (int &nLinks, int *status) |
| int | getField (Field &field, int fieldNum, int *status) |
| int | getLink (Link &link, int linkNum, int *status) |
| int | getDescription (char *&desc, int *status) |
|
|
Default constructor. |
|
|
Destructor |
|
|
Copy Constructor. |
|
||||||||||||
|
Gets the description of the Table. |
|
||||||||||||||||
|
Gets 'Field', given the index. Index starts at 0. |
|
||||||||||||||||
|
Gets 'Link', given the index. Index starts at 0. |
|
||||||||||||
|
Gets total number of Columns i.e. <FIELD> elements in this table. |
|
||||||||||||
|
Gets total number of Links. |
|
|
Assignment operator overloaded. |
1.2.16