1#ifndef __DCL_IB_QUERY_H__
2#define __DCL_IB_QUERY_H__ 20020321
6#define _IB_STMT_TYPE_UNKNOWN 0
16 isc_stmt_handle stmtHandle()
const;
41 const char* _sql,
size_t _sqllen,
57inline isc_stmt_handle IBQuery::stmtHandle()
const
62inline int IBQuery::stmtType()
const
#define DECLARE_CLASSINFO(class_name)
IBQuery(IBConnection *_connHandle)
bool initParams(size_t _paramCount)
virtual bool __getField(size_t _index, SQL::Field **_fieldHandleOut)
virtual bool __prepare(const char *_sql, size_t _sqllen, size_t _paramCount)
virtual bool __getParam(size_t _index, SQL::Param **_paramHandleOut)
isc_stmt_handle __stmtHandle