#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.
◆ StmtType
Enumerator |
---|
StmtOther | |
StmtTransBegin | |
StmtTransEnd | |
StmtCreateDatabase | |
Definition at line 183 of file IBConnection.cpp.
◆ IMPLEMENT_CLASSINFO()
Definition at line 26 of file IBConnection.cpp.
29 : Connection(_serverTitle)
30{
31 Connection::__canTransact = true;
32
33 __dialect = SQL_DIALECT_CURRENT;
36
37}