|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| MSIVIEW | view |
| MSIVIEW * | table |
| MSIDATABASE * | db |
| BOOL | bIsTemp |
| MSIVIEW * | sv |
| column_info * | vals |
| BOOL insert_view::bIsTemp |
Definition at line 46 of file insert.c.
Referenced by INSERT_CreateView(), and INSERT_execute().
| MSIDATABASE* insert_view::db |
Definition at line 45 of file insert.c.
Referenced by INSERT_CreateView(), and INSERT_delete().
| MSIVIEW* insert_view::sv |
Definition at line 47 of file insert.c.
Referenced by arrange_record(), columns_in_order(), INSERT_close(), INSERT_CreateView(), INSERT_delete(), INSERT_execute(), INSERT_get_column_info(), and INSERT_get_dimensions().
| MSIVIEW* insert_view::table |
Definition at line 44 of file insert.c.
Referenced by arrange_record(), columns_in_order(), INSERT_CreateView(), INSERT_execute(), and row_has_null_primary_keys().
| column_info* insert_view::vals |
Definition at line 48 of file insert.c.
Referenced by INSERT_CreateView(), and INSERT_execute().
| MSIVIEW insert_view::view |
Definition at line 43 of file insert.c.
Referenced by INSERT_CreateView().