ReactOS 0.4.16-dev-250-g3ecd236
|
Public Attributes | |
LPCWSTR | tablename |
UINT | number |
LPCWSTR | colname |
UINT | type |
UINT | offset |
struct column_hash_entry ** | hash_table |
LPCWSTR column_info::colname |
Definition at line 54 of file table.c.
Referenced by get_tablecolumns(), TABLE_add_column(), table_calc_column_offsets(), and TransformView_Create().
struct column_hash_entry** column_info::hash_table |
Definition at line 57 of file table.c.
Referenced by get_tablecolumns(), and TABLE_add_column().
UINT column_info::number |
Definition at line 53 of file table.c.
Referenced by get_tablecolumns(), TABLE_add_column(), and TransformView_Create().
UINT column_info::offset |
Definition at line 56 of file table.c.
Referenced by get_tablecolumns(), TABLE_add_column(), table_calc_column_offsets(), and table_get_row_size().
LPCWSTR column_info::tablename |
Definition at line 52 of file table.c.
Referenced by get_tablecolumns(), and TABLE_add_column().
UINT column_info::type |
Definition at line 55 of file table.c.
Referenced by ALTER_execute(), bytes_per_column(), CREATE_CreateView(), get_tablecolumns(), msi_create_table(), msi_query_merge_record(), TABLE_add_column(), and TransformView_Create().