#include <ODBQCmdEngine.h>
Public Member Functions | |
| ODBQCmdEngine (int argc, wchar_t *argv[]) | |
| void | Execute () |
| execute per command line args More... | |
Public Attributes | |
| TCLAP::CmdLine | _cmd |
| command line parameters More... | |
| TCLAP::SwitchArg | _nologo |
| remove banner More... | |
| TCLAP::SwitchArg | _nosql |
| suppress SQL statement output to console More... | |
| TCLAP::SwitchArg | _noresults |
| quiet execution, no results output More... | |
| TCLAP::ValueArg< std::wstring > | _connectionstring |
| connection string More... | |
| TCLAP::ValueArg< std::wstring > | _database |
| optional database name More... | |
| TCLAP::MultiArg< std::wstring > | _sql |
| sql queries More... | |
| TCLAP::MultiArg< std::wstring > | _file |
| sql file(s) to execute More... | |
| TCLAP::ValueArg< std::wstring > | _type |
| sql type, default - SqlServer More... | |
| TCLAP::ValueArg< std::wstring > | _delimiter |
| optional delimiter More... | |
| TCLAP::ValueArg< std::wstring > | _outputfile |
| optional output filename More... | |
| TCLAP::MultiArg< std::wstring > | _datafile |
| xml data files to insert More... | |
| TCLAP::SwitchArg | _flatten |
| flatten-only flag, don't execute sql More... | |
| TCLAP::SwitchArg | _rawoutput |
| raw output flag More... | |
| ODBQCmdEngine::ODBQCmdEngine | ( | int | argc, |
| wchar_t * | argv[] | ||
| ) |
| void ODBQCmdEngine::Execute | ( | ) |
execute per command line args
| TCLAP::CmdLine ODBQCmdEngine::_cmd |
command line parameters
| TCLAP::ValueArg<std::wstring> ODBQCmdEngine::_connectionstring |
connection string
| TCLAP::ValueArg<std::wstring> ODBQCmdEngine::_database |
optional database name
| TCLAP::MultiArg<std::wstring> ODBQCmdEngine::_datafile |
xml data files to insert
| TCLAP::ValueArg<std::wstring> ODBQCmdEngine::_delimiter |
optional delimiter
| TCLAP::MultiArg<std::wstring> ODBQCmdEngine::_file |
sql file(s) to execute
| TCLAP::SwitchArg ODBQCmdEngine::_flatten |
flatten-only flag, don't execute sql
| TCLAP::SwitchArg ODBQCmdEngine::_nologo |
remove banner
| TCLAP::SwitchArg ODBQCmdEngine::_noresults |
quiet execution, no results output
| TCLAP::SwitchArg ODBQCmdEngine::_nosql |
suppress SQL statement output to console
| TCLAP::ValueArg<std::wstring> ODBQCmdEngine::_outputfile |
optional output filename
| TCLAP::SwitchArg ODBQCmdEngine::_rawoutput |
raw output flag
| TCLAP::MultiArg<std::wstring> ODBQCmdEngine::_sql |
sql queries
| TCLAP::ValueArg<std::wstring> ODBQCmdEngine::_type |
sql type, default - SqlServer
| © Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |