![]() |
TrinityCore
|
#include <QueryResult.h>
Public Member Functions | |
| ResultSet (MySQLResult *result, MySQLField *fields, uint64 rowCount, uint32 fieldCount) | |
| ~ResultSet () | |
| bool | NextRow () |
| uint64 | GetRowCount () const |
| uint32 | GetFieldCount () const |
| Field * | Fetch () const |
| Field const & | operator[] (std::size_t index) const |
| QueryResultFieldMetadata const & | GetFieldMetadata (std::size_t index) const |
Protected Attributes | |
| std::vector< QueryResultFieldMetadata > | _fieldMetadata |
| uint64 | _rowCount |
| Field * | _currentRow |
| uint32 | _fieldCount |
Private Member Functions | |
| void | CleanUp () |
| ResultSet (ResultSet const &right)=delete | |
| ResultSet & | operator= (ResultSet const &right)=delete |
Private Attributes | |
| MySQLResult * | _result |
| MySQLField * | _fields |
Definition at line 25 of file QueryResult.h.
| ResultSet::ResultSet | ( | MySQLResult * | result, |
| MySQLField * | fields, | ||
| uint64 | rowCount, | ||
| uint32 | fieldCount | ||
| ) |
| ResultSet::~ResultSet | ( | ) |
|
privatedelete |
|
private |
|
inline |
Definition at line 35 of file QueryResult.h.
|
inline |
Definition at line 33 of file QueryResult.h.
| QueryResultFieldMetadata const & ResultSet::GetFieldMetadata | ( | std::size_t | index | ) | const |
Definition at line 621 of file QueryResult.cpp.
|
inline |
| bool ResultSet::NextRow | ( | ) |
Definition at line 553 of file QueryResult.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Field const & ResultSet::operator[] | ( | std::size_t | index | ) | const |
Definition at line 615 of file QueryResult.cpp.
|
protected |
Definition at line 43 of file QueryResult.h.
|
protected |
Definition at line 44 of file QueryResult.h.
|
protected |
Definition at line 41 of file QueryResult.h.
|
private |
Definition at line 49 of file QueryResult.h.
|
private |
Definition at line 48 of file QueryResult.h.
|
protected |
Definition at line 42 of file QueryResult.h.