Public Member Functions | |
QuerySet (Query &query, T *const &statement, const bool commit) | |
QuerySet () | |
Public Attributes | |
Query | m_query |
bool | m_commit |
T * | m_statement |
Definition at line 1170 of file asql.hpp.
ASql::ConnectionPar< T >::QuerySet::QuerySet | ( | Query & | query, |
T *const & | statement, | ||
const bool | commit | ||
) | [inline] |
ASql::ConnectionPar< T >::QuerySet::QuerySet | ( | ) | [inline] |
bool ASql::ConnectionPar< T >::QuerySet::m_commit |
Definition at line 1175 of file asql.hpp.
Referenced by ASql::ConnectionPar< T >::intHandler().
Query ASql::ConnectionPar< T >::QuerySet::m_query |
Definition at line 1174 of file asql.hpp.
Referenced by ASql::ConnectionPar< T >::intHandler().
T* ASql::ConnectionPar< T >::QuerySet::m_statement |
Definition at line 1176 of file asql.hpp.
Referenced by ASql::ConnectionPar< T >::intHandler().