Qt 4.8
|
Public Functions | |
bool | processResults () |
QPSQLResultPrivate (QPSQLResult *qq) | |
Public Variables | |
int | currentSize |
const QPSQLDriverPrivate * | driver |
bool | preparedQueriesEnabled |
QString | preparedStmtId |
QPSQLResult * | q |
PGresult * | result |
Definition at line 190 of file qsql_psql.cpp.
|
inline |
Definition at line 193 of file qsql_psql.cpp.
bool QPSQLResultPrivate::processResults | ( | ) |
Definition at line 217 of file qsql_psql.cpp.
Referenced by QPSQLResult::exec(), and QPSQLResult::reset().
int QPSQLResultPrivate::currentSize |
Definition at line 198 of file qsql_psql.cpp.
Referenced by QPSQLResult::cleanup(), QPSQLResult::fetch(), and QPSQLResult::size().
const QPSQLDriverPrivate* QPSQLResultPrivate::driver |
Definition at line 196 of file qsql_psql.cpp.
Referenced by QPSQLResult::data(), QPSQLResult::exec(), QPSQLResult::prepare(), qDeallocatePreparedStmt(), QPSQLResult::QPSQLResult(), QPSQLResult::record(), and QPSQLResult::reset().
bool QPSQLResultPrivate::preparedQueriesEnabled |
Definition at line 199 of file qsql_psql.cpp.
Referenced by QPSQLResult::exec(), QPSQLResult::prepare(), QPSQLResult::QPSQLResult(), and QPSQLResult::~QPSQLResult().
QString QPSQLResultPrivate::preparedStmtId |
Definition at line 200 of file qsql_psql.cpp.
Referenced by QPSQLResult::exec(), QPSQLResult::prepare(), qDeallocatePreparedStmt(), and QPSQLResult::~QPSQLResult().
QPSQLResult* QPSQLResultPrivate::q |
Definition at line 195 of file qsql_psql.cpp.
Referenced by QPSQLResult::exec().
PGresult* QPSQLResultPrivate::result |
Definition at line 197 of file qsql_psql.cpp.
Referenced by QPSQLResult::cleanup(), QPSQLResult::data(), QPSQLResult::exec(), QPSQLResult::fetchLast(), QPSQLResult::handle(), QPSQLResult::isNull(), QPSQLResult::lastInsertId(), QPSQLResult::numRowsAffected(), QPSQLResult::record(), and QPSQLResult::reset().