#include <date.hh>
Inheritance diagram for uesqlc::TDate:
Public Methods | |
TDate (void) | |
Builds a new instance. | |
TDate (const TDate &rktDATE) | |
Builds a new instance from another instance. | |
void | set (const char *pkcVALUE) |
void | set (const string &rkyVALUE) |
mpcl::text::TString | get (void) const |
mpcl::text::TString | get (const char *pkcDATE_FORMAT) const |
Definition at line 41 of file date.hh.
|
Returns date in SQL format.
Reimplemented from mpcl::text::TLocalDate. Definition at line 142 of file date.hh. References uesqlc::IType::isNull(). |
|
Returns a string with the value of the instance. If the instance holds a null value, then the string 'NULL' will be printed.
Implements uesqlc::IType. Definition at line 119 of file date.hh. References uesqlc::IType::isNull(). |
|
Assigns value rkyVALUE. If rkyVALUE is empty, then the instance is null.
Implements uesqlc::IType. Definition at line 107 of file date.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 33 of file date.cc. References uesqlc::IType::isNull(), and uesqlc::IType::setNull(). Referenced by set(). |