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

Public Member Functions | |
| virtual | ~SQLValue () |
| bool | isNull () const throw () |
| virtual void | setNull ()=0 throw () |
| virtual std::string | str () const=0 throw () |
Protected Member Functions | |
| SQLValue (bool null=true) | |
Protected Attributes | |
| bool | m_null |
Definition at line 35 of file psqlvalue.h.
|
|
|
|
|
|
|
|
Definition at line 39 of file psqlvalue.h. |
|
|
Implemented in P::SQLString, P::SQLInt, P::SQLDouble, and P::SQLDateTime. |
|
|
Implemented in P::SQLString, P::SQLInt, P::SQLDouble, and P::SQLDateTime. |
|
|
Definition at line 48 of file psqlvalue.h. |
1.3.3