ReactOS
0.4.15-dev-1629-g9aa73da
|
#include <msipriv.h>
UINT(* tagMSIVIEWOPS::add_column) (struct tagMSIVIEW *view, LPCWSTR table, UINT number, LPCWSTR column, UINT type, BOOL hold) |
Definition at line 327 of file msipriv.h.
Referenced by alter_add_column().
UINT(* tagMSIVIEWOPS::add_ref) (struct tagMSIVIEW *view) |
Definition at line 317 of file msipriv.h.
Referenced by ALTER_execute().
UINT(* tagMSIVIEWOPS::close) (struct tagMSIVIEW *view) |
Definition at line 273 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 299 of file msipriv.h.
Referenced by alter_add_column(), ALTER_delete(), DELETE_delete(), DISTINCT_delete(), DROP_delete(), INSERT_CreateView(), INSERT_delete(), merge_table(), msi_create_table(), msi_table_apply_transform(), msi_table_load_transform(), SELECT_delete(), and UPDATE_delete().
Definition at line 263 of file msipriv.h.
Referenced by DELETE_execute(), and WHERE_delete_row().
UINT(* tagMSIVIEWOPS::drop) (struct tagMSIVIEW *view) |
Definition at line 342 of file msipriv.h.
Referenced by DROP_execute().
Definition at line 268 of file msipriv.h.
Referenced by DELETE_execute(), DISTINCT_execute(), DROP_execute(), INSERT_execute(), msi_create_table(), msi_table_apply_transform(), msi_table_load_transform(), SELECT_execute(), and UPDATE_execute().
Definition at line 232 of file msipriv.h.
Referenced by DISTINCT_execute(), DISTINCT_fetch_int(), and SELECT_fetch_int().
Definition at line 240 of file msipriv.h.
Referenced by SELECT_fetch_stream().
UINT(* tagMSIVIEWOPS::find_matching_rows) (struct tagMSIVIEW *view, UINT col, UINT val, UINT *row, MSIITERHANDLE *handle) |
Definition at line 312 of file msipriv.h.
Referenced by DISTINCT_find_matching_rows(), and SELECT_find_matching_rows().
UINT(* tagMSIVIEWOPS::get_column_info) (struct tagMSIVIEW *view, UINT n, LPCWSTR *name, UINT *type, BOOL *temporary, LPCWSTR *table_name) |
Definition at line 288 of file msipriv.h.
Referenced by DELETE_get_column_info(), DISTINCT_get_column_info(), INSERT_get_column_info(), msi_arrange_record(), msi_columns_in_order(), row_has_null_primary_keys(), SELECT_get_column_info(), and UPDATE_get_column_info().
Definition at line 281 of file msipriv.h.
Referenced by DELETE_execute(), DELETE_get_dimensions(), DISTINCT_execute(), DISTINCT_get_dimensions(), INSERT_execute(), INSERT_get_dimensions(), msi_arrange_record(), row_has_null_primary_keys(), SELECT_get_dimensions(), SELECT_insert_row(), SELECT_set_row(), UPDATE_execute(), and UPDATE_get_dimensions().
Definition at line 246 of file msipriv.h.
Referenced by ALTER_get_row(), and msi_select_update().
UINT(* tagMSIVIEWOPS::insert_row) (struct tagMSIVIEW *view, MSIRECORD *record, UINT row, BOOL temporary) |
Definition at line 258 of file msipriv.h.
Referenced by INSERT_execute(), merge_table(), msi_create_table(), and SELECT_insert_row().
UINT(* tagMSIVIEWOPS::modify) (struct tagMSIVIEW *view, MSIMODIFY eModifyMode, MSIRECORD *record, UINT row) |
Definition at line 294 of file msipriv.h.
Referenced by DISTINCT_modify(), msi_select_update(), and SELECT_modify().
UINT(* tagMSIVIEWOPS::release) (struct tagMSIVIEW *view) |
Definition at line 322 of file msipriv.h.
Referenced by ALTER_execute().
Definition at line 253 of file msipriv.h.
Referenced by SELECT_set_row(), and UPDATE_execute().
UINT(* tagMSIVIEWOPS::sort) (struct tagMSIVIEW *view, column_info *columns) |