Public Methods | |
LDAPQuery (LDAPConnection *, const std::string &, const std::vector< std::string > &, int s=SCOPE_SUBTREE) | |
Constructor. More... | |
~LDAPQuery () | |
Destructor. | |
int | scope () const |
Returns scope attribute value. More... | |
std::string | filter () const |
Returns the applied filter. More... | |
const std::vector< std::string > & | topics () const |
Returns the topic attribute. More... | |
generic_search_result_t * | tuples () const |
Result Tuples. More... | |
bool | execute () |
Execute the query. More... |
This class uses LDAP Connection base class to query a database for info.
|
Constructor. This object queries a database through an LDAP Connection for record satisfing a filter, having a specified scope. |
|
Execute the query.
|
|
Returns the applied filter.
|
|
Returns scope attribute value.
|
|
Returns the topic attribute.
|
|
Result Tuples.
|