$search
Specialized version for std::string data type, trivial conversion to/from string. More...
#include <db_field.h>

Public Member Functions | |
| DBField (DBClass *owner, const DBField< std::string > *other) | |
| DBField (Type type, DBClass *owner, std::string name, std::string table_name, bool write_permission) | |
| virtual bool | fromString (const std::string &str) |
| Sets the value of this field from a text string. | |
| virtual bool | toString (std::string &str) const |
| Gets the value of this field as a text string. | |
Specialized version for std::string data type, trivial conversion to/from string.
Definition at line 424 of file db_field.h.
| database_interface::DBField< std::string >::DBField | ( | Type | type, | |
| DBClass * | owner, | |||
| std::string | name, | |||
| std::string | table_name, | |||
| bool | write_permission | |||
| ) | [inline] |
Definition at line 428 of file db_field.h.
| database_interface::DBField< std::string >::DBField | ( | DBClass * | owner, | |
| const DBField< std::string > * | other | |||
| ) | [inline] |
Definition at line 431 of file db_field.h.
| virtual bool database_interface::DBField< std::string >::fromString | ( | const std::string & | str | ) | [inline, virtual] |
Sets the value of this field from a text string.
Reimplemented from database_interface::DBFieldData< std::string >.
Definition at line 436 of file db_field.h.
| virtual bool database_interface::DBField< std::string >::toString | ( | std::string & | str | ) | const [inline, virtual] |
Gets the value of this field as a text string.
Reimplemented from database_interface::DBFieldData< std::string >.
Definition at line 437 of file db_field.h.