DCL 4.0
Loading...
Searching...
No Matches
IBConnection.cpp File Reference
#include <dcl/Config.h>
#include <stdlib.h>
#include <string.h>
#include <ibase.h>
#include <dcl/Object.h>
#include <dcl/Numeric.h>
#include <dcl/Regex.h>
#include <dcl/SQLCore.h>
#include "IBConnection.h"
#include "IBQuery.h"

Go to the source code of this file.

Classes

struct  STMT_PATTERN

Enumerations

enum  StmtType { StmtOther , StmtTransBegin , StmtTransEnd , StmtCreateDatabase }

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (IBConnection, SQL::Connection) IBConnection

Enumeration Type Documentation

◆ StmtType

enum StmtType
Enumerator
StmtOther 
StmtTransBegin 
StmtTransEnd 
StmtCreateDatabase 

Definition at line 183 of file IBConnection.cpp.

183 {
184 StmtOther,
188};
@ StmtCreateDatabase
@ StmtTransEnd
@ StmtOther
@ StmtTransBegin

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( IBConnection ,
SQL::Connection  )

Definition at line 26 of file IBConnection.cpp.

29 : Connection(_serverTitle)
30{
31 Connection::__canTransact = true;
32
33 __dialect = SQL_DIALECT_CURRENT;
34 __dbHandle = NULL;
35 __trHandle = NULL;
36// memset(__status, 0, sizeof(ISC_STATUS) * ISC_STATUS_VECTOR_LENGTH);
37}
#define NULL
Definition Config.h:340