ReactOS 0.4.15-dev-7958-gcd0bb1a
ext_column Union Reference

#include <query.h>

Collaboration diagram for ext_column:

Public Attributes

struct {
   LPCWSTR   column
 
   LPCWSTR   table
 
unparsed
 
struct {
   UINT   column
 
   struct tagJOINTABLE *   table
 
parsed
 

Detailed Description

Definition at line 72 of file query.h.

Member Data Documentation

◆ column [1/2]

LPCWSTR ext_column::column

Definition at line 76 of file query.h.

◆ column [2/2]

UINT ext_column::column

Definition at line 81 of file query.h.

◆ 

struct { ... } ext_column::parsed

Referenced by reorder_check().

◆ table [1/2]

LPCWSTR ext_column::table

Definition at line 77 of file query.h.

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

◆ table [2/2]

struct tagJOINTABLE* ext_column::table

Definition at line 82 of file query.h.

◆ 

struct { ... } ext_column::unparsed

Referenced by WHERE_sort().


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