ReactOS 0.4.16-dev-106-g10b08aa
|
#include <msipriv.h>
Definition at line 339 of file msipriv.h.
Referenced by ALTER_execute().
UINT(* tagMSIVIEWOPS::add_ref) (struct tagMSIVIEW *view) |
Definition at line 329 of file msipriv.h.
Referenced by ALTER_execute().
UINT(* tagMSIVIEWOPS::close) (struct tagMSIVIEW *view) |
Definition at line 298 of file msipriv.h.
Referenced by DELETE_close(), DISTINCT_close(), INSERT_close(), SELECT_close(), and UPDATE_close().
UINT(* tagMSIVIEWOPS::delete) (struct tagMSIVIEW *) |
Definition at line 324 of file msipriv.h.
Referenced by ALTER_delete(), DELETE_delete(), DISTINCT_delete(), DROP_delete(), INSERT_CreateView(), INSERT_delete(), merge_table(), msi_create_table(), msi_table_apply_transform(), SELECT_delete(), TABLE_add_column(), table_load_transform(), UPDATE_CreateView(), and UPDATE_delete().
Definition at line 288 of file msipriv.h.
Referenced by DELETE_execute(), and table_load_transform().
UINT(* tagMSIVIEWOPS::drop) (struct tagMSIVIEW *view) |
Definition at line 349 of file msipriv.h.
Referenced by DROP_execute().
Definition at line 293 of file msipriv.h.
Referenced by DELETE_execute(), DISTINCT_execute(), DROP_execute(), INSERT_execute(), msi_create_table(), msi_table_apply_transform(), SELECT_execute(), table_load_transform(), and UPDATE_execute().
Definition at line 242 of file msipriv.h.
Referenced by DISTINCT_execute(), DISTINCT_fetch_int(), and SELECT_fetch_int().
Definition at line 250 of file msipriv.h.
Referenced by SELECT_fetch_stream().
UINT(* tagMSIVIEWOPS::get_column_info) (struct tagMSIVIEW *view, UINT n, LPCWSTR *name, UINT *type, BOOL *temporary, LPCWSTR *table_name) |
Definition at line 313 of file msipriv.h.
Referenced by arrange_record(), columns_in_order(), DELETE_get_column_info(), DISTINCT_get_column_info(), INSERT_get_column_info(), row_has_null_primary_keys(), SELECT_get_column_info(), and UPDATE_get_column_info().
Definition at line 306 of file msipriv.h.
Referenced by arrange_record(), DELETE_execute(), DELETE_get_dimensions(), DISTINCT_execute(), DISTINCT_get_dimensions(), INSERT_execute(), INSERT_get_dimensions(), row_has_null_primary_keys(), SELECT_get_dimensions(), SELECT_insert_row(), SELECT_set_row(), translate_record(), UPDATE_execute(), and UPDATE_get_dimensions().
UINT(* tagMSIVIEWOPS::insert_row) (struct tagMSIVIEW *view, MSIRECORD *record, UINT row, BOOL temporary) |
Definition at line 283 of file msipriv.h.
Referenced by INSERT_execute(), merge_table(), msi_create_table(), SELECT_insert_row(), and table_load_transform().
UINT(* tagMSIVIEWOPS::modify) (struct tagMSIVIEW *view, MSIMODIFY eModifyMode, MSIRECORD *record, UINT row) |
Definition at line 319 of file msipriv.h.
Referenced by DISTINCT_modify(), and SELECT_modify().
UINT(* tagMSIVIEWOPS::release) (struct tagMSIVIEW *view) |
Definition at line 334 of file msipriv.h.
Referenced by ALTER_execute().
Definition at line 257 of file msipriv.h.
Referenced by msi_select_update().
Definition at line 278 of file msipriv.h.
Referenced by SELECT_set_row(), and table_load_transform().
Definition at line 271 of file msipriv.h.
Referenced by msi_select_update().
UINT(* tagMSIVIEWOPS::set_string) (struct tagMSIVIEW *view, UINT row, UINT col, const WCHAR *val, int len) |
Definition at line 264 of file msipriv.h.
Referenced by msi_select_update().
UINT(* tagMSIVIEWOPS::sort) (struct tagMSIVIEW *view, column_info *columns) |