ReactOS
0.4.15-dev-1647-g91fceab
|
#include <msipriv.h>
Public Attributes | |
LPCWSTR | table |
LPCWSTR | column |
INT | type |
BOOL | temporary |
struct expr * | val |
struct _column_info * | next |
LPCWSTR _column_info::column |
Definition at line 212 of file msipriv.h.
Referenced by alter_add_column(), check_columns(), parser_alloc_column(), and SELECT_CreateView().
struct _column_info* _column_info::next |
Definition at line 216 of file msipriv.h.
Referenced by check_columns(), count_column_info(), CREATE_CreateView(), msi_create_table(), msi_query_merge_record(), parser_alloc_column(), select_count_columns(), SELECT_CreateView(), swap_columns(), UPDATE_execute(), and yyparse().
LPCWSTR _column_info::table |
Definition at line 211 of file msipriv.h.
Referenced by alter_add_column(), ALTER_CreateView(), CREATE_CreateView(), parser_alloc_column(), and SELECT_CreateView().
BOOL _column_info::temporary |
Definition at line 214 of file msipriv.h.
Referenced by CREATE_CreateView().
INT _column_info::type |
Definition at line 213 of file msipriv.h.
Referenced by alter_add_column(), CREATE_CreateView(), and parser_alloc_column().
Definition at line 215 of file msipriv.h.
Referenced by msi_query_merge_record(), and parser_alloc_column().