DCL 4.0
Loading...
Searching...
No Matches
IBQuery.cpp File Reference
#include <dcl/Config.h>
#include <stdlib.h>
#include <ibase.h>
#include <dcl/Object.h>
#include <dcl/SQLCore.h>
#include <dcl/OutputStream.h>
#include <dcl/Charset.h>
#include "IBConnection.h"
#include "IBQuery.h"
#include "IBField.h"
#include "IBParam.h"

Go to the source code of this file.

Macros

#define SQLDA_CURRENT_VERSION   SQLDA_VERSION1

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (IBQuery, SQL::Query) IBQuery

Macro Definition Documentation

◆ SQLDA_CURRENT_VERSION

#define SQLDA_CURRENT_VERSION   SQLDA_VERSION1

Definition at line 23 of file IBQuery.cpp.

Function Documentation

◆ IMPLEMENT_CLASSINFO()

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( IBQuery ,
SQL::Query  )

Definition at line 31 of file IBQuery.cpp.

34 : Query(_connHandle)
35{
36 __stmtHandle = NULL;
37 __inSQLDA = NULL;
38 __outSQLDA = NULL;
39 __outBuffer = NULL;
40
41 __stmtType = _IB_STMT_TYPE_UNKNOWN; // unknown
42 __fields = NULL;
43 __params = NULL;
44}
#define NULL
Definition Config.h:340
#define _IB_STMT_TYPE_UNKNOWN
Definition IBQuery.h:6