ReactOS 0.4.16-dev-937-g7afcd2a
|
Public Attributes | |
MSIVIEW | view |
MSIDATABASE * | db |
MSIVIEW * | table |
column_info * | colinfo |
INT | hold |
column_info* alter_view::colinfo |
Definition at line 42 of file alter.c.
Referenced by ALTER_CreateView(), and ALTER_execute().
MSIDATABASE* alter_view::db |
Definition at line 40 of file alter.c.
Referenced by ALTER_CreateView().
INT alter_view::hold |
Definition at line 43 of file alter.c.
Referenced by ALTER_CreateView(), and ALTER_execute().
MSIVIEW* alter_view::table |
Definition at line 41 of file alter.c.
Referenced by ALTER_CreateView(), ALTER_delete(), and ALTER_execute().
MSIVIEW alter_view::view |
Definition at line 39 of file alter.c.
Referenced by ALTER_CreateView().