Description.
This method is used to find the table with which an event is
associated. It returns a reference to the corresponding
Table object. You may also obtain the name
of the table directly using getTableName(). (For details, see
Section 4.4.2.4, “Event::getTableName()”.)
Signature.
const NdbDictionary::Table* getTable
(
void
) const
Parameters. None.
Return Value.
The table with which the event is associated — if there
is one — as a pointer to a Table
object; otherwise, this method returns
NULL. (See Section 4.21, “The Table Class”.)

