DCL 3.7.4
Loading...
Searching...
No Matches
EntityCopy.cpp File Reference
#include <dcl/Config.h>
#include <dcl/DateTime.h>
#include "main.h"
#include "EntityCopy.h"

Go to the source code of this file.

Macros

#define __TRACE_THIS   0
#define __DCL_TRACE0_N(fmt, arg)
#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)

Variables

SQLException __srcConn (_srcDriver)
SQLException __dstConn (_dstDriver)

Macro Definition Documentation

◆ __DCL_TRACE0_N

#define __DCL_TRACE0_N ( fmt,
arg )

Definition at line 20 of file EntityCopy.cpp.

◆ __DCL_TRACE1_N

#define __DCL_TRACE1_N ( fmt,
arg )

Definition at line 21 of file EntityCopy.cpp.

◆ __DCL_TRACE2_N

#define __DCL_TRACE2_N ( fmt,
arg1,
arg2 )

Definition at line 22 of file EntityCopy.cpp.

◆ __DCL_TRACE3_N

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

Definition at line 23 of file EntityCopy.cpp.

◆ __DCL_TRACE4_N

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

Definition at line 24 of file EntityCopy.cpp.

◆ __TRACE_THIS

#define __TRACE_THIS   0

Definition at line 12 of file EntityCopy.cpp.

Variable Documentation

◆ __dstConn

SQLException __dstConn(_dstDriver) ( _dstDriver )

Definition at line 139 of file EntityCopy.cpp.

139 : __args(_args), __srcConn(_srcDriver), __dstConn(_dstDriver)
140{
141 __srcHelper = __dstHelper = NULL;
142
143 __lineRuler.assign(L'-', 80);
144 __lineIndent.assign(L' ', 4);
145}
#define NULL
Definition Config.h:312
SQLException __srcConn(_srcDriver)
SQLException __dstConn(_dstDriver)

◆ __srcConn

SQLException __srcConn(_srcDriver) ( _srcDriver )