|
DCL 3.7.4
|
#include <OciData.h>
Public Member Functions | |
| bool | onAfterFetch () |
Static Public Member Functions | |
| static const wchar_t * | __TYPE_NAME (ub2 _sqlt) |
| static ub4 | __TYPE_SIZE (ub2 _sqlt, ub4 _size) |
| static size_t | __TYPE_ALIGN (size_t _offset, ub2 _sqlt) |
Protected Member Functions | |
| virtual OciQuery * | query () const =0 |
| OciConnection * | conn () const |
| OciData () | |
| ~OciData () | |
| const wchar_t * | serverDataTypeName () const |
| bool | getDataSize (size_t *_size, bool _maxsize) |
| bool | getData (void *_buf, size_t *_size, SQL::DataType _bufType) |
| bool | getInteger (void *_buf, size_t *_size, SQL::DataType _bufType) |
| bool | getFloat (void *_buf, size_t *_size) |
| bool | getNumericText (char *_buf, size_t *_size) |
| bool | getDate (SQL::Date *_buf, size_t *_size) |
| bool | getTime (SQL::Time *_buf, size_t *_size) |
| bool | getTimeStamp (SQL::TimeStamp *_buf) |
| bool | getInterval (SQL::Interval *_buf) |
| bool | getBytes (byte_t *_buf, size_t *_size) |
| bool | writeTo (OutputStream *_buf, size_t *_size) |
| bool | getBytesFromLob (byte_t *_buf, size_t *_size) |
| bool | writeToFromLob (OutputStream *_output, size_t *_size) |
Protected Attributes | |
| ub4 | __position |
| ub4 | __dynamicMode |
| ub4 | __descType |
| void * | __valuePtr |
| sb4 | __valueSize |
| ub2 | __valueType |
| sb2 | __indicator |
| ub2 | __actualLength |
| ub2 | __returnCode |
| ub4 | __callbackActualLength |
| BytesOutputStream * | __bytesOutput |
| size_t | __dataSize |
| size_t | __maxDataSize |
|
protected |
Definition at line 48 of file OciData.cpp.
|
protected |
Definition at line 67 of file OciData.cpp.
|
static |
Definition at line 997 of file OciData.cpp.
|
static |
Definition at line 924 of file OciData.cpp.
|
static |
Definition at line 952 of file OciData.cpp.
|
inlineprotected |
|
protected |
Definition at line 587 of file OciData.cpp.
|
protected |
Definition at line 700 of file OciData.cpp.
|
protected |
Definition at line 193 of file OciData.cpp.
|
protected |
Definition at line 169 of file OciData.cpp.
|
protected |
|
protected |
Definition at line 319 of file OciData.cpp.
|
protected |
Definition at line 291 of file OciData.cpp.
|
protected |
Definition at line 527 of file OciData.cpp.
|
protected |
Definition at line 385 of file OciData.cpp.
|
protected |
|
protected |
Definition at line 441 of file OciData.cpp.
| bool OciData::onAfterFetch | ( | ) |
Definition at line 75 of file OciData.cpp.
|
protectedpure virtual |
|
protected |
Definition at line 164 of file OciData.cpp.
|
protected |
Definition at line 642 of file OciData.cpp.
|
protected |
Definition at line 809 of file OciData.cpp.
|
protected |