TTXlaTable Reference

The TTXlaTable class encapsulates the metadata for a table being monitored for changes.

Public Members

None

Public Methods

This section summarizes then describes the TTXlaTable public methods.

Public methods summary

Method Description

getColNumber()

Returns the column number of the specified column in the table.

getNCols()

Returns the number of columns in the table.

getOwnerName()

Returns the name of owner of the table.

getTableName()

Returns the name of the table.

getColNumber()

int getColNumber(const char* colNameP) const

For 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() const

Returns the number of columns in the table.

getOwnerName()

const char* getOwnerName() const

Returns the user name of the owner of the table.

getTableName()

const char* getTableName() const

Returns the name of the table.