ReactOS 0.4.15-dev-8092-ge0ba2f3
_column_info Struct Reference

#include <msipriv.h>

Collaboration diagram for _column_info:

Public Attributes

LPCWSTR table
 
LPCWSTR column
 
INT type
 
struct exprval
 
struct _column_infonext
 

Detailed Description

Definition at line 220 of file msipriv.h.

Member Data Documentation

◆ column

LPCWSTR _column_info::column

Definition at line 223 of file msipriv.h.

Referenced by ALTER_execute(), check_columns(), msi_create_table(), and SELECT_CreateView().

◆ next

◆ table

LPCWSTR _column_info::table

◆ type

INT _column_info::type

Definition at line 224 of file msipriv.h.

Referenced by ALTER_execute(), CREATE_CreateView(), and msi_create_table().

◆ val

struct expr* _column_info::val

Definition at line 225 of file msipriv.h.

Referenced by msi_query_merge_record().


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