#include <real.hh>
Inheritance diagram for uesqlc::TReal:
Public Methods | |
TReal (const TReal &rktREAL) | |
Builds a new instance from another instance. | |
void | set (const char *pkcVALUE) |
void | set (const std::string &rkyVALUE) |
mpcl::text::TString | get (void) const |
mpcl::text::TString | get (const char *pkcFORMAT) const |
operator long double (void) const | |
Returns the SQL real value. |
Definition at line 37 of file real.hh.
|
Returns a string.
Definition at line 143 of file real.hh. References mpcl::text::Format(), and uesqlc::IType::isNull(). |
|
Returns a string.
Implements uesqlc::IType. Definition at line 122 of file real.hh. References mpcl::text::Format(), and uesqlc::IType::isNull(). |
|
Assigns value rkyVALUE. If rkyVALUE is empty, then the instance is null.
Definition at line 106 of file real.hh. References set(). |
|
Assigns value pkcVALUE. If pkcVALUE is null or points to a zero length string, then the instance is null.
Implements uesqlc::IType. Definition at line 91 of file real.hh. References uesqlc::IType::isNull(), and uesqlc::IType::setNull(). Referenced by set(). |