Confdump Agent
1.4.0
|
A simplistic approach to a WMI query. More...
#include <Query.hpp>
Public Member Functions | |
Query (string pstrSelect, string pstrFrom, string pstrWhere) | |
~Query (void) | |
std::string | getQuery (void) const |
std::string | getClass (void) const |
Private Attributes | |
std::string | lstrSelect |
std::string | lstrFrom |
std::string | lstrWhere |
std::string | lstrQuery |
A simplistic approach to a WMI query.
This is a mean to compose and break down queries to select/from/where parts.
Confdump::System::Wmi::Query::Query | ( | string | pstrSelect, |
string | pstrFrom, | ||
string | pstrWhere | ||
) |
Confdump::System::Wmi::Query::~Query | ( | void | ) |
std::string Confdump::System::Wmi::Query::getClass | ( | void | ) | const |
Definition at line 44 of file Query.cpp.
Referenced by Confdump::System::Wmi::WbemServices::execQuery().
std::string Confdump::System::Wmi::Query::getQuery | ( | void | ) | const |
Definition at line 39 of file Query.cpp.
Referenced by Confdump::System::Wmi::WbemServices::execQuery().
std::string Confdump::System::Wmi::Query::lstrFrom [private] |
std::string Confdump::System::Wmi::Query::lstrQuery [private] |
std::string Confdump::System::Wmi::Query::lstrSelect [private] |
std::string Confdump::System::Wmi::Query::lstrWhere [private] |