Trees | Indices | Help |
|
---|
|
BaseWmiQueryBuilder --+ | WmiQueryBuilder
This class represents QueryBuilder for WMI protocol.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
WMI_QUERY_TEMPLATE = 'SELECT %s FROM %s'
|
|
|
This method builds WMI query using the following template: SELECT property [, property ...] FROM objectName [WHERE whereClause]
|
resultSet -> list(ResultItem) This method forms the result of WMI query. The result is a list of objects of type ResultItem with dynamically added properties corresponding to the queried properties names.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Nov 15 16:25:22 2012 | http://epydoc.sourceforge.net |