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

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