Specialized version for std::vector<std::string> More...
#include <db_field.h>

Public Member Functions | |
| DBField (DBClass *owner, const DBField< std::vector< 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. | |
Specialized version for std::vector<std::string>
Definition at line 442 of file db_field.h.
| database_interface::DBField< std::vector< std::string > >::DBField | ( | Type | type, | |
| DBClass * | owner, | |||
| std::string | name, | |||
| std::string | table_name, | |||
| bool | write_permission | |||
| ) | [inline] |
Definition at line 445 of file db_field.h.
| database_interface::DBField< std::vector< std::string > >::DBField | ( | DBClass * | owner, | |
| const DBField< std::vector< std::string > > * | other | |||
| ) | [inline] |
Definition at line 448 of file db_field.h.
| virtual bool database_interface::DBField< std::vector< 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::vector< std::string > >.
Definition at line 454 of file db_field.h.