|
DCL 4.1
|
#include <SQLCore.h>
Protected Member Functions | |
| Param (Query *_queryHandle) | |
| virtual | ~Param () |
| virtual bool | __setData (_CONST void *_pv, size_t _n, DataType _dataType, DataType _assignType)=0 |
| virtual bool | isNull () const |
| virtual bool | __setDataType (DataType _dataType) |
| virtual bool | __getDataSize (size_t *_pn, bool _maxSize) |
| virtual bool | __getData (void *_pv, size_t *_pn, DataType _dataType) |
| 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 323 of file SQLCore.cpp.
|
protectedvirtual |
Implements SQL::Field.
Reimplemented in OciParam.
Definition at line 479 of file SQLCore.cpp.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in OciParam.
Definition at line 462 of file SQLCore.cpp.
|
protectedvirtual |
Implements SQL::Field.
Reimplemented in OciParam.
Definition at line 457 of file SQLCore.cpp.