TTXlaTable Reference
The TTXlaTable class encapsulates the metadata for a table being monitored for changes.
Also see TTXlaTable Usage.
Public Methods
This section summarizes then describes the TTXlaTable public methods.
Public methods summary
| Method | Description |
|---|---|
|
Returns the column number of the specified column in the table. |
|
|
Returns the number of columns in the table. |
|
|
Returns the name of owner of the table. |
|
|
Returns the name of the table. |
getColNumber()
int getColNumber(const char* colNameP) constFor a specified column name in the table, this method returns its column number, or -1 if there is no column by that name.
getNCols()
int getNCols() constReturns the number of columns in the table.
getOwnerName()
const char* getOwnerName() constReturns the user name of the owner of the table.
getTableName()
const char* getTableName() constReturns the name of the table.