#include <search_condition.hh>
Inheritance diagram for uesqlc::TSearchCondition:
Public Types | |
typedef mpcl::text::TString::size_type | size_type |
Import this type. | |
Public Methods | |
TSearchCondition (const TSearchCondition &rktSEARCH_CONDITION) | |
Builds a new instance from another instance. | |
void | set (const char *pkcVALUE) |
void | set (const std::string &rkyVALUE) |
mpcl::text::TString | get (void) const |
Definition at line 38 of file search_condition.hh.
|
Returns a string.
Implements uesqlc::IType. Definition at line 114 of file search_condition.hh. References uesqlc::IType::isNull(). |
|
Assigns value rkyVALUE.
Definition at line 97 of file search_condition.hh. References uesqlc::IType::setNull(). |
|
Assigns value pkcVALUE. If pkcVALUE is null, then the instance is null.
Implements uesqlc::IType. Definition at line 79 of file search_condition.hh. References uesqlc::IType::setNull(). |