Confdump Agent  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Private Attributes
Confdump::System::Wmi::Query Class Reference

A simplistic approach to a WMI query. More...

#include <Query.hpp>

List of all members.

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

Detailed Description

A simplistic approach to a WMI query.

This is a mean to compose and break down queries to select/from/where parts.

Definition at line 36 of file Query.hpp.


Constructor & Destructor Documentation

Confdump::System::Wmi::Query::Query ( string  pstrSelect,
string  pstrFrom,
string  pstrWhere 
)

Definition at line 20 of file Query.cpp.

References lstrFrom, lstrQuery, lstrSelect, and lstrWhere.

Definition at line 35 of file Query.cpp.


Member Function Documentation

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().


Member Data Documentation

Definition at line 40 of file Query.hpp.

Referenced by Query().

Definition at line 42 of file Query.hpp.

Referenced by Query().

Definition at line 39 of file Query.hpp.

Referenced by Query().

Definition at line 41 of file Query.hpp.

Referenced by Query().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends