DCL 3.7.4
Loading...
Searching...
No Matches
SQLField.cpp File Reference
#include <dcl/Config.h>
#include <time.h>
#include <string.h>
#include <wctype.h>
#include <float.h>
#include <math.h>
#include <wchar.h>
#include <dcl/Object.h>
#include <dcl/Charset.h>
#include <dcl/SQL.h>

Go to the source code of this file.

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (SQLField, Object) SQLField

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( SQLField ,
Object  )

Definition at line 34 of file SQLField.cpp.

37{
38 __handle = NULL;
39 __query = NULL;
40}
#define NULL
Definition Config.h:312