ReactOS
0.4.14-dev-599-g2d4d3f5
|
#include <query.h>
Public Attributes | |
MSIDATABASE * | db |
LPCWSTR | command |
DWORD | n |
DWORD | len |
UINT | r |
MSIVIEW ** | view |
struct list * | mem |
LPCWSTR SQL_input::command |
Definition at line 102 of file query.h.
Referenced by MSI_ParseSQL(), SQL_getint(), and sql_lex().
MSIDATABASE* SQL_input::db |
Definition at line 101 of file query.h.
Referenced by MSI_ParseSQL(), and yyparse().
DWORD SQL_input::len |
Definition at line 103 of file query.h.
Referenced by MSI_ParseSQL(), SQL_getint(), and sql_lex().
Definition at line 109 of file query.h.
Referenced by MSI_ParseSQL(), and parser_alloc().
DWORD SQL_input::n |
Definition at line 103 of file query.h.
Referenced by MSI_ParseSQL(), SQL_getint(), and sql_lex().
UINT SQL_input::r |
Definition at line 104 of file query.h.
Referenced by MSI_ParseSQL(), and yyparse().
MSIVIEW** SQL_input::view |
Definition at line 105 of file query.h.
Referenced by MSI_ParseSQL(), and yyparse().