Class ODBPPLib.TableSchema
Properties
ushort | indexLockOrder | The index that the global locking order is to adhere to - 0 for the ObjectID. |
uint | tableId | The table's identifier. |
uint | tableLockOrder | The position that this table is in the global locking order. |
uint | flags | 0x01 - 64 bit Object IDs, 0 = no, 1 = yes 0x02 - Inverted index lock order, 0 = no, 1 = yes |
string | tableName | '\0' terminating string for the table name. |
string | indexPath | '\0' terminating string for the index file path - null if using the same directory as the table file. |
ObjectField | fields | A list collection of an array of fields. |
Index | indexes | A list collection of an array of indexes. |
Listen All
Comments (0)