1#ifndef __DCL_OCI_DATA_H__
2#define __DCL_OCI_DATA_H__ 20050222
11#define DYNAMIC_BUFFER_SIZE 1024
48 bool getFloat(
void* _pv,
size_t* _size);
bool getData(void *_pv, size_t *_size, SQL::DataType _dataType)
bool getBytesFromLob(byte_t *_pv, size_t *_size)
bool getInteger(void *_pv, size_t *_size, SQL::DataType _dataType)
bool getInterval(SQL::Interval *_pv, size_t *_size)
static const wchar_t * dataTypeName(ub2 _dataType)
bool getNumericText(char *_pv, size_t *_size)
bool getBytes(byte_t *_pv, size_t *_size)
bool getDataSize(size_t *_size, bool _maxSize)
bool getFloat(void *_pv, size_t *_size)
bool getTimeStamp(SQL::TimeStamp *_pv, size_t *_size)
bool writeToFromLob(OutputStream *_pv, size_t *_size)
ub4 __callbackActualLength
OciConnection * conn() const
bool writeTo(OutputStream *_pv, size_t *_size)
BytesOutputStream * __bytesOutput