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

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