1#ifndef __DCL_IB_FIELD_H__
2#define __DCL_IB_FIELD_H__ 20020321
18 const wchar_t* _filename,
int _line);
20 const wchar_t* _filename,
int _line);
32 virtual bool isNull()
const;
41 bool getFloat(
void* _buf,
size_t* _size);
50 isc_blob_handle* _blobHandle,
51 char _blob_info_item,
size_t* _buf
58 const wchar_t* _filename,
int _line)
61 ->setErrorStatus(_error, _filename, _line);
65 const wchar_t* _filename,
int _line)
68 ->setErrorStatus(_message, _filename, _line);
73 return (
IBQuery*)Field::__queryHandle;
#define DECLARE_CLASSINFO(class_name)
virtual bool __getDataSize(size_t *_size, bool _maxSize)
bool getBlobInfo(isc_blob_handle *_blobHandle, char _blob_info_item, size_t *_buf)
bool getInteger(void *_buf, size_t *_size)
virtual bool __getData(void *_buf, size_t *_size, SQL::DataType _dataType)
bool getDecimal(char *_buf, size_t *_size)
bool writeToFromBlob(OutputStream *_output, size_t *_size)
void setErrorStatus(SQL::Error _error, const wchar_t *_filename, int _line)
bool getUInteger(void *_buf, size_t *_size)
bool writeTo(OutputStream *_output, size_t *_size)
virtual bool isNull() const
bool getBytesFromBlob(byte_t *_buf, size_t *_size)
bool getBytes(byte_t *_buf, size_t *_size)
bool init(SQL::Query *_query, XSQLVAR *_sqlvar)
bool getTimeStamp(SQL::TimeStamp *_buf, size_t *_size)
bool getTime(SQL::Time *_buf, size_t *_size)
bool getFloat(void *_buf, size_t *_size)
virtual const wchar_t * serverDataTypeName() const
bool getDate(SQL::Date *_buf, size_t *_size)