|
|||
|
|||
|
#include <m_sqlv2.h>
Collaboration diagram for SQLfield:

Public Member Functions | |
| SQLfield (const std::string &data="", bool n=false) | |
| Initialize an SQLfield. | |
Public Attributes | |
| std::string | d |
| The data itself. | |
| bool | null |
| If the field was null. | |
Definition at line 262 of file m_sqlv2.h.
|
||||||||||||
|
Initialize an SQLfield.
|
|
|
The data itself.
Definition at line 268 of file m_sqlv2.h. Referenced by QueryInfo::Go(), and ModuleTestClient::OnRequest(). |
|
|
If the field was null.
|