#include <integer.hh>
Inheritance diagram for uesqlc::TInteger:

Public Methods | |
| TInteger (void) | |
| Builds a new instance. | |
| TInteger (const TInteger &rktINTEGER) | |
| Builds a new instance from another instance. | |
| void | set (const char *pkcVALUE) |
| void | set (const std::string &rkyVALUE) |
| mpcl::text::TString | get (void) const |
| operator long int (void) const | |
| Returns the long integer value. | |
Definition at line 37 of file integer.hh.
|
|
Returns a string.
Implements uesqlc::IType. Definition at line 137 of file integer.hh. References mpcl::text::Format(), and uesqlc::IType::isNull(). |
|
|
Assigns value rkyVALUE. If rkyVALUE is empty, then the instance is null.
Definition at line 121 of file integer.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 106 of file integer.hh. References uesqlc::IType::isNull(), and uesqlc::IType::setNull(). Referenced by set(). |
1.2.18