DCL 4.0
Loading...
Searching...
No Matches
MyQuery.cpp File Reference
#include <dcl/Config.h>
#include <stdlib.h>
#include <string.h>
#include <dcl/Object.h>
#include <dcl/SQLCore.h>
#include "MyConnection.h"
#include "MyQuery.h"
#include "MyField.h"
#include "MyParam.h"

Go to the source code of this file.

Macros

#define __TRACE_THIS   0
#define __DCL_TRACE0_N(fmt)
#define __DCL_TRACE1_N(fmt, arg)
#define __DCL_TRACE2_N(fmt, arg1, arg2)
#define __DCL_TRACE3_N(fmt, arg1, arg2, arg3)
#define __DCL_TRACE4_N(fmt, arg1, arg2, arg3, arg4)

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (MyQuery, SQL::Query) MyQuery

Macro Definition Documentation

◆ __DCL_TRACE0_N

#define __DCL_TRACE0_N ( fmt)

Definition at line 27 of file MyQuery.cpp.

◆ __DCL_TRACE1_N

#define __DCL_TRACE1_N ( fmt,
arg )

Definition at line 28 of file MyQuery.cpp.

◆ __DCL_TRACE2_N

#define __DCL_TRACE2_N ( fmt,
arg1,
arg2 )

Definition at line 29 of file MyQuery.cpp.

◆ __DCL_TRACE3_N

#define __DCL_TRACE3_N ( fmt,
arg1,
arg2,
arg3 )

Definition at line 30 of file MyQuery.cpp.

◆ __DCL_TRACE4_N

#define __DCL_TRACE4_N ( fmt,
arg1,
arg2,
arg3,
arg4 )

Definition at line 31 of file MyQuery.cpp.

◆ __TRACE_THIS

#define __TRACE_THIS   0

Definition at line 19 of file MyQuery.cpp.

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( MyQuery ,
SQL::Query  )

Definition at line 41 of file MyQuery.cpp.

44 : Query(pConnection)
45{
46 __stmt = NULL;
47 __inBINDs = NULL;
48 __outBINDs = NULL;
49 __outBuffer = NULL;
50
51 __fields = NULL;
52 __params = NULL;
53}
#define NULL
Definition Config.h:340