#include <string.hh>
Inheritance diagram for uesqlc::TString:
Public Types | |
typedef mpcl::text::TString::size_type | size_type |
Import this type. | |
Public Methods | |
TString (const TString &rkySTRING) | |
Builds a new instance from another instance. | |
TString (const char *pkcVALUE, size_type zLENGTH) | |
TString (const char *pkcVALUE) | |
void | set (const char *pkcVALUE) |
void | set (const std::string &rkyVALUE) |
mpcl::text::TString | get (void) const |
Definition at line 38 of file string.hh.
|
Extends the parent constructor with support for NULL strings.
Definition at line 90 of file string.hh. References uesqlc::IType::setNull(), and size_type. |
|
Extends the parent constructor with support for NULL strings.
Definition at line 106 of file string.hh. References uesqlc::IType::setNull(). |
|
Returns a string.
Implements uesqlc::IType. Reimplemented in uesqlc::TIdentifier. Definition at line 205 of file string.hh. References uesqlc::IType::isNull(). |
|
Assigns value rkyVALUE.
Definition at line 188 of file string.hh. References uesqlc::IType::setNull(). |
|
Assigns value pkcVALUE. If pkcVALUE is null, then the instance is null.
Implements uesqlc::IType. Definition at line 170 of file string.hh. References uesqlc::IType::setNull(). |