ReactOS 0.4.16-dev-106-g10b08aa
ext_column Union Reference

#include <query.h>

Collaboration diagram for ext_column:

Public Attributes

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

Detailed Description

Definition at line 71 of file query.h.

Member Data Documentation

◆ column [1/2]

LPCWSTR ext_column::column

Definition at line 75 of file query.h.

◆ column [2/2]

UINT ext_column::column

Definition at line 80 of file query.h.

◆ 

struct { ... } ext_column::parsed

Referenced by reorder_check().

◆ table [1/2]

LPCWSTR ext_column::table

Definition at line 76 of file query.h.

◆ table [2/2]

struct join_table* ext_column::table

Definition at line 81 of file query.h.

◆ 

struct { ... } ext_column::unparsed

Referenced by WHERE_sort().


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