#include <psqlvalue.h>
Inheritance diagram for P::SQLString:

Public Member Functions | |
| SQLString () | |
| NULL constructor. | |
| SQLString (const std::string &str) | |
| Value constructor. | |
| ~SQLString () | |
| void | setNull () throw () |
| const std::string & | value () const throw () |
| std::string | str () const throw () |
| SQLString & | operator= (const std::string &str) |
Definition at line 55 of file psqlvalue.h.
|
|
NULL constructor.
|
|
|
Value constructor.
|
|
|
|
|
|
|
|
|
Implements P::SQLValue. |
|
|
Implements P::SQLValue. |
|
|
|
1.3.3