ReactOS 0.4.16-dev-251-ga17b6e9
|
Public Attributes | |
MSIVIEW | view |
MSIDATABASE * | db |
MSIVIEW * | table |
UINT | row_count |
UINT * | translation |
Definition at line 47 of file distinct.c.
MSIDATABASE* distinct_view::db |
Definition at line 50 of file distinct.c.
Referenced by DISTINCT_CreateView(), and DISTINCT_delete().
UINT distinct_view::row_count |
Definition at line 52 of file distinct.c.
Referenced by DISTINCT_close(), DISTINCT_CreateView(), DISTINCT_execute(), DISTINCT_fetch_int(), and DISTINCT_get_dimensions().
MSIVIEW* distinct_view::table |
Definition at line 51 of file distinct.c.
Referenced by DISTINCT_close(), DISTINCT_CreateView(), DISTINCT_delete(), DISTINCT_execute(), DISTINCT_fetch_int(), DISTINCT_get_column_info(), DISTINCT_get_dimensions(), and DISTINCT_modify().
UINT* distinct_view::translation |
Definition at line 53 of file distinct.c.
Referenced by DISTINCT_close(), DISTINCT_CreateView(), DISTINCT_delete(), DISTINCT_execute(), DISTINCT_fetch_int(), and DISTINCT_get_dimensions().
MSIVIEW distinct_view::view |
Definition at line 49 of file distinct.c.
Referenced by DISTINCT_CreateView().