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

Go to the source code of this file.

Classes

struct  STMT_PATTERN

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)

Enumerations

enum  StmtType { StmtOther , StmtTransBegin , StmtTransEnd }

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (MyConnection, SQL::Connection) MyConnection

Macro Definition Documentation

◆ __DCL_TRACE0_N

#define __DCL_TRACE0_N ( fmt)

Definition at line 27 of file MyConnection.cpp.

◆ __DCL_TRACE1_N

#define __DCL_TRACE1_N ( fmt,
arg )

Definition at line 28 of file MyConnection.cpp.

◆ __DCL_TRACE2_N

#define __DCL_TRACE2_N ( fmt,
arg1,
arg2 )

Definition at line 29 of file MyConnection.cpp.

◆ __DCL_TRACE3_N

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

Definition at line 30 of file MyConnection.cpp.

◆ __DCL_TRACE4_N

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

Definition at line 31 of file MyConnection.cpp.

◆ __TRACE_THIS

#define __TRACE_THIS   0

Definition at line 19 of file MyConnection.cpp.

Enumeration Type Documentation

◆ StmtType

enum StmtType
Enumerator
StmtOther 
StmtTransBegin 
StmtTransEnd 

Definition at line 161 of file MyConnection.cpp.

161 {
162 StmtOther,
165};
@ StmtTransEnd
@ StmtOther
@ StmtTransBegin

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( MyConnection ,
SQL::Connection  )

Definition at line 41 of file MyConnection.cpp.

44 : Connection(_serverTitle)
45{
46 Connection::__canTransact = true;
47 __mysql = NULL;
48 __storeResult = false;
49}
#define NULL
Definition Config.h:340