|
DCL 4.1
|
#include <OciQuery.h>
Public Member Functions | |
| OciQuery (OciConnection *_connHandle) | |
| virtual | ~OciQuery () |
| virtual void | __destroy () |
| virtual bool | __prepare (const char *_sql, size_t _sqllen, size_t _paramCount) |
| virtual bool | __execute () |
| virtual bool | __fetch () |
| virtual bool | __getField (size_t _index, SQL::Field **_fieldHandleOut) |
| virtual bool | __getParam (size_t _index, SQL::Param **_paramHandleOut) |
| 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 Member Functions | |
| bool | reset () |
| bool | initFields () |
| bool | initParams (size_t _paramCount) |
| Protected Member Functions inherited from SQL::Query | |
| Query (Connection *_connHandle) | |
| virtual | ~Query () |
| virtual bool | __nextResult () |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
Protected Attributes | |
| OCIStmt * | __stmt |
| ub2 | __stmtType |
| OciField * | __fields |
| OciParam * | __params |
| Protected Attributes inherited from SQL::Query | |
| Connection * | __connHandle |
| bool | __eof |
| int64_t | __affectedRows |
| size_t | __fieldCount |
| size_t | __paramCount |
| wchar_t | __placeholder |
| unsigned int | __states |
Additional Inherited Members | |
| Public Types inherited from SQL::Query | |
| enum | State { stStandBy = 0x0001 , stPrepared = 0x0002 , stExecuted = 0x0004 , stFetched = 0x0008 } |
Definition at line 11 of file OciQuery.h.
| OciQuery::OciQuery | ( | OciConnection * | _connHandle | ) |
|
virtual |
Definition at line 62 of file OciQuery.cpp.
|
virtual |
|
virtual |
Implements SQL::Query.
Definition at line 252 of file OciQuery.cpp.
|
virtual |
Implements SQL::Query.
Definition at line 312 of file OciQuery.cpp.
|
virtual |
Implements SQL::Query.
Definition at line 338 of file OciQuery.cpp.
|
virtual |
Implements SQL::Query.
Definition at line 346 of file OciQuery.cpp.
|
virtual |
Implements SQL::Query.
Definition at line 175 of file OciQuery.cpp.
|
protected |
Definition at line 219 of file OciQuery.cpp.
|
protected |
Definition at line 132 of file OciQuery.cpp.
|
protected |
Definition at line 93 of file OciQuery.cpp.
|
protected |
Definition at line 23 of file OciQuery.h.
|
protected |
Definition at line 24 of file OciQuery.h.
|
protected |
Definition at line 20 of file OciQuery.h.
|
protected |
Definition at line 21 of file OciQuery.h.