ReactOS 0.4.16-dev-937-g7afcd2a
alter_view Struct Reference
Collaboration diagram for alter_view:

Public Attributes

MSIVIEW view
 
MSIDATABASEdb
 
MSIVIEWtable
 
column_infocolinfo
 
INT hold
 

Detailed Description

Definition at line 37 of file alter.c.

Member Data Documentation

◆ colinfo

column_info* alter_view::colinfo

Definition at line 42 of file alter.c.

Referenced by ALTER_CreateView(), and ALTER_execute().

◆ db

MSIDATABASE* alter_view::db

Definition at line 40 of file alter.c.

Referenced by ALTER_CreateView().

◆ hold

INT alter_view::hold

Definition at line 43 of file alter.c.

Referenced by ALTER_CreateView(), and ALTER_execute().

◆ table

MSIVIEW* alter_view::table

Definition at line 41 of file alter.c.

Referenced by ALTER_CreateView(), ALTER_delete(), and ALTER_execute().

◆ view

MSIVIEW alter_view::view

Definition at line 39 of file alter.c.

Referenced by ALTER_CreateView().


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