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

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