|
DCL 4.1
|
#include <SQLCore.h>
Classes | |
| class | Connection |
| struct | Date |
| struct | DRIVER_MODULE |
| class | Field |
| struct | Interval |
| class | Param |
| class | Query |
| struct | Time |
| struct | TimeStamp |
Public Types | |
| enum | Error { eNoError = 0 , eServerError , eBadAddress , eOutOfMemory , eNotSupportMethod , eNotSupportStatement , eInvalidConnectionString , eConnected , eNotConnected , eInTransaction , eNotInTransaction , eHaveChildQuery , eNoChildQuery , eNotAvailable , eNotPrepared , eNotExecuted , eNotFetched , eInvalidIndex , eValueIsNull , eNotSupportDataType , eInvalidDataType , eInvalidBufferSize , eOutOfRange , eInvalidData , eInvalidDataSize } |
| enum | DataType { typeUnknown = 0 , typeInteger , typeUInteger , typeFloat , typeNumeric , typeDate , typeTime , typeTimeTz , typeTimeStamp , typeTimeStampTz , typeInterval , typeIntervalYm , typeIntervalDs , typeText , typeBinary , typeLongText , typeLongBinary , typeClob , typeBlob , typeInputStream , typeOutputStream } |
Static Public Member Functions | |
| static bool | getErrorMessage (wchar_t *_buf, size_t *_buflen, Error _errorCode) |
| static const wchar_t * | dataTypeName (DataType _dataType) |
| enum SQL::DataType |
Definition at line 61 of file SQLCore.h.
| enum SQL::Error |
Definition at line 18 of file SQLCore.h.
|
static |
Definition at line 108 of file SQLCore.cpp.
|
static |
Definition at line 40 of file SQLCore.cpp.