ReactOS 0.4.16-dev-178-g8ba6102
drop_view Struct Reference
Collaboration diagram for drop_view:

Public Attributes

MSIVIEW view
 
MSIDATABASEdb
 
MSIVIEWtable
 
column_infocolinfo
 
INT hold
 

Detailed Description

Definition at line 37 of file drop.c.

Member Data Documentation

◆ colinfo

column_info* drop_view::colinfo

Definition at line 42 of file drop.c.

◆ db

MSIDATABASE* drop_view::db

Definition at line 40 of file drop.c.

Referenced by DROP_CreateView().

◆ hold

INT drop_view::hold

Definition at line 43 of file drop.c.

◆ table

MSIVIEW* drop_view::table

Definition at line 41 of file drop.c.

Referenced by DROP_CreateView(), DROP_delete(), and DROP_execute().

◆ view

MSIVIEW drop_view::view

Definition at line 39 of file drop.c.

Referenced by DROP_CreateView().


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