Class ODBPP::DatabaseMember
Used to list all the tables within a database.class DatabaseMember{ public: unsigned int tableID; unsigned int tableLockOrder; char16_t *tableName; };
Members
tableID | the table's identifier. |
tableLockOrder | the position that this table is in the global locking order. |
tableName | ' |