1#ifndef __DCL_INTERBASE_PARAM_H__
2#define __DCL_INTERBASE_PARAM_H__ 20020321
29 const wchar_t* _filename,
int _line);
31 const wchar_t* _filename,
int _line);
55 bool setInteger(
const void* _pv,
size_t _size);
57 bool setFloat(
const void* _pv,
size_t _size);
68 const wchar_t* _filename,
int _line)
71 ->setErrorStatus(_error, _filename, _line);
75 const wchar_t* _filename,
int _line)
78 ->setErrorStatus(_message, _filename, _line);
83 return (
IBQuery*)Param::__queryHandle;
#define DECLARE_CLASSINFO(class_name)
bool setBytesToBlob(const byte_t *p, size_t _size)
virtual const wchar_t * serverDataTypeName() const
bool setTimeStamp(const SQL::TimeStamp *p, size_t _size)
bool init(SQL::Query *_query, XSQLVAR *_sqlvar)
bool setFloat(const void *_pv, size_t _size)
bool setUInteger(const void *_pv, size_t _size)
bool setDate(const SQL::Date *p, size_t _size)
bool setTime(const SQL::Time *p, size_t _size)
bool setInputStreamToBlob(_CONST InputStream *pInput, size_t _size)
void setErrorStatus(SQL::Error _error, const wchar_t *_filename, int _line)
bool setInteger(const void *_pv, size_t _size)
virtual bool __setData(_CONST void *_pv, size_t _size, SQL::DataType _dataType, SQL::DataType _assignType)