ReactOS 0.4.16-dev-2-g02a6913
|
#include <msipriv.h>
Public Attributes | |
LPCWSTR | table |
LPCWSTR | column |
INT | type |
struct expr * | val |
struct _column_info * | next |
LPCWSTR _column_info::column |
Definition at line 223 of file msipriv.h.
Referenced by ALTER_execute(), check_columns(), msi_create_table(), and SELECT_CreateView().
struct _column_info* _column_info::next |
Definition at line 226 of file msipriv.h.
Referenced by check_columns(), count_column_info(), CREATE_CreateView(), msi_create_table(), msi_query_merge_record(), select_count_columns(), SELECT_CreateView(), and UPDATE_execute().
LPCWSTR _column_info::table |
Definition at line 222 of file msipriv.h.
Referenced by ALTER_CreateView(), CREATE_CreateView(), msi_create_table(), and SELECT_CreateView().
INT _column_info::type |
Definition at line 224 of file msipriv.h.
Referenced by ALTER_execute(), CREATE_CreateView(), and msi_create_table().
Definition at line 225 of file msipriv.h.
Referenced by msi_query_merge_record().