ReactOS 0.4.16-dev-178-g8ba6102
column_info Struct Reference
Collaboration diagram for column_info:

Public Attributes

LPCWSTR tablename
 
UINT number
 
LPCWSTR colname
 
UINT type
 
UINT offset
 
struct column_hash_entry ** hash_table
 

Detailed Description

Definition at line 50 of file table.c.

Member Data Documentation

◆ colname

LPCWSTR column_info::colname

◆ hash_table

struct column_hash_entry** column_info::hash_table

Definition at line 57 of file table.c.

Referenced by get_tablecolumns(), and TABLE_add_column().

◆ number

UINT column_info::number

Definition at line 53 of file table.c.

Referenced by get_tablecolumns(), TABLE_add_column(), and TransformView_Create().

◆ offset

UINT column_info::offset

◆ tablename

LPCWSTR column_info::tablename

Definition at line 52 of file table.c.

Referenced by get_tablecolumns(), and TABLE_add_column().

◆ type


The documentation for this struct was generated from the following file: