ReactOS 0.4.16-dev-178-g8ba6102
tagMSIWHEREVIEW Struct Reference
Collaboration diagram for tagMSIWHEREVIEW:

Public Attributes

MSIVIEW view
 
MSIDATABASEdb
 
struct join_tabletables
 
UINT row_count
 
UINT col_count
 
UINT table_count
 
struct row_entry ** reorder
 
UINT reorder_size
 
struct exprcond
 
UINT rec_index
 
MSIORDERINFOorder_info
 

Detailed Description

Definition at line 63 of file where.c.

Member Data Documentation

◆ col_count

UINT tagMSIWHEREVIEW::col_count

Definition at line 69 of file where.c.

Referenced by find_table(), WHERE_CreateView(), WHERE_get_dimensions(), and WHERE_set_row().

◆ cond

struct expr* tagMSIWHEREVIEW::cond

Definition at line 73 of file where.c.

Referenced by check_condition(), ordertables(), and WHERE_CreateView().

◆ db

MSIDATABASE* tagMSIWHEREVIEW::db

◆ order_info

MSIORDERINFO* tagMSIWHEREVIEW::order_info

Definition at line 75 of file where.c.

Referenced by WHERE_delete(), WHERE_execute(), and WHERE_sort().

◆ rec_index

UINT tagMSIWHEREVIEW::rec_index

Definition at line 74 of file where.c.

Referenced by check_condition(), STRING_evaluate(), and WHERE_evaluate().

◆ reorder

struct row_entry** tagMSIWHEREVIEW::reorder

Definition at line 71 of file where.c.

Referenced by free_reorder(), WHERE_execute(), and WHERE_get_dimensions().

◆ reorder_size

UINT tagMSIWHEREVIEW::reorder_size

Definition at line 72 of file where.c.

Referenced by free_reorder().

◆ row_count

UINT tagMSIWHEREVIEW::row_count

Definition at line 68 of file where.c.

Referenced by free_reorder(), join_find_row(), WHERE_execute(), and WHERE_get_dimensions().

◆ table_count

UINT tagMSIWHEREVIEW::table_count

◆ tables

◆ view

MSIVIEW tagMSIWHEREVIEW::view

Definition at line 65 of file where.c.

Referenced by join_find_row(), and WHERE_CreateView().


The documentation for this struct was generated from the following file: