Searched refs:TABLE_CreateView (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | drop.c | 129 r = TABLE_CreateView(db, name, &dv->table); in DROP_CreateView()
|
H A D | query.h | 113 UINT TABLE_CreateView( MSIDATABASE *db, LPCWSTR name, MSIVIEW **view );
|
H A D | alter.c | 171 r = TABLE_CreateView( db, name, &av->table ); in ALTER_CreateView()
|
H A D | update.c | 232 r = TABLE_CreateView( db, table, &wv ); in UPDATE_CreateView()
|
H A D | table.c | 764 r = TABLE_CreateView( db, L"_Tables", &tv ); in msi_create_table() 799 r = TABLE_CreateView( db, L"_Columns", &tv ); in msi_create_table() 1965 r = TABLE_CreateView(tv->db, L"_Columns", &columns); in TABLE_remove_column() 2098 r = TABLE_CreateView(tv->db, L"_Columns", &columns); in TABLE_add_column() 2143 r = TABLE_CreateView(tv->db, L"_Tables", &tables); in TABLE_drop() 2191 UINT TABLE_CreateView( MSIDATABASE *db, LPCWSTR name, MSIVIEW **view ) in TABLE_CreateView() function 2782 r = TABLE_CreateView( db, name, (MSIVIEW **)&tv ); in TransformView_Create() 3205 r = TABLE_CreateView( db, name, (MSIVIEW**) &tv ); in table_load_transform() 3431 if (TABLE_CreateView( db, transform->name, (MSIVIEW**) &tv ) != ERROR_SUCCESS) in msi_table_apply_transform() 3464 if (TABLE_CreateView(db, L"_TransformView", &transform_view) != ERROR_SUCCESS) in msi_table_apply_transform()
|
H A D | insert.c | 364 r = TABLE_CreateView( db, table, &tv ); in INSERT_CreateView()
|
H A D | sql.y | 461 r = TABLE_CreateView( sql->db, $2, &table );
|
H A D | where.c | 1259 r = TABLE_CreateView(db, tables, &table->view); in WHERE_CreateView()
|
H A D | database.c | 1814 r = TABLE_CreateView(db, table->name, &tv); in merge_table()
|