HDK
|
#include <UT_ORMQuerySet.h>
Classes | |
class | iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
const iterator | begin () const |
const iterator | end () const |
const iterator | cbegin () const |
const iterator | cend () const |
const UT_ErrorCode & | getError () const |
void | next () |
bool | hasResults () const |
template<typename... Args> | |
std::tuple< Args...> | fetchOne (UT_ErrorCode *ec=nullptr) |
template<typename... Args> | |
UT_Array< std::tuple< Args...> > | fetchAll (UT_ErrorCode *ec=nullptr) |
template<typename T > | |
UT_Array< T > | fetchAllFlat (UT_ErrorCode *ec=nullptr) |
template<typename... Args> | |
std::tuple< Args...> | as (UT_ErrorCode *ec=nullptr) |
template<typename T > | |
bool | load (T &obj, UT_ErrorCode &ec) |
UT_SqlStatement & | stmt () |
Protected Member Functions | |
UT_ORMQuerySetResult (const UT_SharedPtr< UT_SqlStatementImpl > &impl, const UT_ErrorCode &ec) | |
Protected Attributes | |
UT_ErrorCode | myError |
UT_SqlStatement | myStmt |
Friends | |
class | UT_ORMQuerySet |
Definition at line 301 of file UT_ORMQuerySet.h.
|
inlineprotected |
Definition at line 430 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 416 of file UT_ORMQuerySet.h.
Definition at line 367 of file UT_ORMQuerySet.h.
Definition at line 377 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 387 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 391 of file UT_ORMQuerySet.h.
Definition at line 373 of file UT_ORMQuerySet.h.
Definition at line 383 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 406 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 411 of file UT_ORMQuerySet.h.
|
inline |
Definition at line 401 of file UT_ORMQuerySet.h.
const UT_ErrorCode& UT_ORMQuerySetResult::getError | ( | ) | const |
bool UT_ORMQuerySetResult::hasResults | ( | ) | const |
|
inline |
Definition at line 421 of file UT_ORMQuerySet.h.
void UT_ORMQuerySetResult::next | ( | ) |
|
inline |
Definition at line 426 of file UT_ORMQuerySet.h.
|
friend |
Definition at line 428 of file UT_ORMQuerySet.h.
|
protected |
Definition at line 437 of file UT_ORMQuerySet.h.
|
protected |
Definition at line 438 of file UT_ORMQuerySet.h.