DCL 4.0
|
#include <SQL.h>
Public Member Functions | |
SQLQuery (SQLConnection *_conn) __DCL_THROWS1(SQLException *) | |
SQLQuery (SQLConnection &_conn) __DCL_THROWS1(SQLException *) | |
virtual | ~SQLQuery () |
void | prepare (const String &_sql) __DCL_THROWS2(SQLException * |
void CharsetConvertException *void | execute () __DCL_THROWS1(SQLException *) |
void | execute (const String &_sql) __DCL_THROWS2(SQLException * |
void CharsetConvertException *void | fetch () __DCL_THROWS1(SQLException *) |
bool | nextResult () __DCL_THROWS1(SQLException *) |
bool | eof () const |
int64_t | affectedRows () const |
_CONST SQLFields & | fields () _CONST |
_CONST SQLParams & | params () _CONST |
SQL::Query * | handle () const |
SQLConnection * | connection () const |
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 | |
SQL::Query * | __handle |
SQLConnection * | __connection |
SQLFields | __fields |
SQLParams | __params |
Additional Inherited Members | |
Protected Member Functions inherited from Object | |
virtual | ~Object () |
Object () |
SQLQuery::SQLQuery | ( | SQLConnection * | _conn | ) |
Definition at line 263 of file SQLQuery.cpp.
SQLQuery::SQLQuery | ( | SQLConnection & | _conn | ) |
Definition at line 268 of file SQLQuery.cpp.
|
virtual |
Definition at line 273 of file SQLQuery.cpp.
|
inline |
|
inline |
|
inline |
void SQLQuery::execute | ( | ) |
Definition at line 307 of file SQLQuery.cpp.
void SQLQuery::execute | ( | const String & | _sql | ) |
void SQLQuery::fetch | ( | ) |
Definition at line 329 of file SQLQuery.cpp.
|
inline |
bool SQLQuery::nextResult | ( | ) |
void SQLQuery::prepare | ( | const String & | _sql | ) |
|
protected |
|
protected |