Class ODBPP::DatabaseMember
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 | '\0' terminating string for the table name |

