#include <DSNCmdEngine.h>
List of all members.
Public Member Functions |
| | DSNCmdEngine (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::UnlabeledValueArg
< std::wstring > | _operation |
| | operation to perform
|
TCLAP::UnlabeledMultiArg
< std::wstring > | _params |
| | DSN parameters.
|
| TCLAP::SwitchArg | _system |
| | system vs. user DSN
|
| TCLAP::SwitchArg | _user |
| TCLAP::ValueArg< std::wstring > | _driver |
| | driver
|
Constructor & Destructor Documentation
| DSNCmdEngine::DSNCmdEngine |
( |
int |
argc, |
|
|
wchar_t * |
argv[] |
|
) |
| |
Member Function Documentation
| void DSNCmdEngine::Execute |
( |
| ) |
|
execute per command line args
Member Data Documentation
The documentation for this class was generated from the following files: