|
DCL 3.7.4
|
#include <SQLCore.h>
Protected Member Functions | |
| Param (Query *_queryHandle) | |
| virtual | ~Param () |
| virtual bool | __setData (_CONST void *_val, size_t _size, DataType _valType, DataType _sqlType)=0 |
| virtual bool | __setOutputType (DataType _sqlType) |
| virtual bool | __getDataSize (size_t *_size, bool _maxsize) |
| virtual bool | __getData (void *_buf, size_t *_size, DataType _bufType) |
| Protected Member Functions inherited from SQL::Field | |
| Field (Query *_queryHandle) | |
| virtual | ~Field () |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
Additional Inherited Members | |
| Public Member Functions inherited from SQL::Field | |
| virtual const wchar_t * | serverDataTypeName () const =0 |
| Public Member Functions inherited from Object | |
| virtual String | toString () const |
| virtual void | destroy () |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
| Protected Attributes inherited from SQL::Field | |
| Query * | __queryHandle |
| String | __name |
| DataType | __dataType |
| short | __precision |
| short | __scale |
|
protected |
|
protectedvirtual |
Definition at line 347 of file SQLCore.cpp.
|
protectedvirtual |
Implements SQL::Field.
Reimplemented in OciParam, and ODBCParam.
Definition at line 498 of file SQLCore.cpp.
|
protectedvirtual |
Implements SQL::Field.
Reimplemented in OciParam, and ODBCParam.
Definition at line 489 of file SQLCore.cpp.
|
protectedvirtual |
Reimplemented in OciParam, and ODBCParam.
Definition at line 481 of file SQLCore.cpp.