#include <ODBQCmdEngine.h>
List of all members.
Public Member Functions |
| ODBQCmdEngine (int argc, wchar_t *argv[]) |
void | Execute () |
| execute per command line args
|
Public Attributes |
TCLAP::CmdLine | _cmd |
| command line parameters
|
TCLAP::SwitchArg | _nologo |
| remove banner
|
TCLAP::SwitchArg | _nosql |
| suppress SQL statement output to console
|
TCLAP::SwitchArg | _noresults |
| quiet execution, no results output
|
TCLAP::ValueArg< std::wstring > | _connectionstring |
| connection string
|
TCLAP::ValueArg< std::wstring > | _database |
| optional database name
|
TCLAP::MultiArg< std::wstring > | _sql |
| sql queries
|
TCLAP::MultiArg< std::wstring > | _file |
| sql file(s) to execute
|
TCLAP::ValueArg< std::wstring > | _type |
| sql type, default - SqlServer
|
TCLAP::ValueArg< std::wstring > | _delimiter |
| optional delimiter
|
TCLAP::ValueArg< std::wstring > | _outputfile |
| optional output filename
|
TCLAP::MultiArg< std::wstring > | _datafile |
| xml data files to insert
|
TCLAP::SwitchArg | _flatten |
| flatten-only flag, don't execute sql
|
TCLAP::SwitchArg | _rawoutput |
| raw output flag
|
Constructor & Destructor Documentation
ODBQCmdEngine::ODBQCmdEngine |
( |
int |
argc, |
|
|
wchar_t * |
argv[] |
|
) |
| |
Member Function Documentation
void ODBQCmdEngine::Execute |
( |
| ) |
|
execute per command line args
Member Data Documentation
flatten-only flag, don't execute sql
quiet execution, no results output
suppress SQL statement output to console
sql type, default - SqlServer
The documentation for this class was generated from the following files: