Home Home

Class CODBPP::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

Copyright © 2003-2008, Ekky Software Pty. Ltd.