ReactOS 0.4.15-dev-7842-g558ab78
tagMSIWHEREVIEW Struct Reference
Collaboration diagram for tagMSIWHEREVIEW:

Public Attributes

MSIVIEW view
 
MSIDATABASEdb
 
JOINTABLEtables
 
UINT row_count
 
UINT col_count
 
UINT table_count
 
MSIROWENTRY ** 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 compare_entry(), 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

MSIROWENTRY** tagMSIWHEREVIEW::reorder

◆ reorder_size

UINT tagMSIWHEREVIEW::reorder_size

Definition at line 72 of file where.c.

Referenced by add_row(), free_reorder(), and init_reorder().

◆ row_count

UINT tagMSIWHEREVIEW::row_count

◆ 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: