Public Member Functions | Public Attributes

ASql::ConnectionPar< T >::QuerySet Struct Reference

List of all members.

Public Member Functions

 QuerySet (Query &query, T *const &statement, const bool commit)
 QuerySet ()

Public Attributes

Query m_query
bool m_commit
T * m_statement

Detailed Description

template<class T>
struct ASql::ConnectionPar< T >::QuerySet

Definition at line 1170 of file asql.hpp.


Constructor & Destructor Documentation

template<class T>
ASql::ConnectionPar< T >::QuerySet::QuerySet ( Query query,
T *const &  statement,
const bool  commit 
) [inline]

Definition at line 1172 of file asql.hpp.

template<class T>
ASql::ConnectionPar< T >::QuerySet::QuerySet (  ) [inline]

Definition at line 1173 of file asql.hpp.


Member Data Documentation

template<class T>
bool ASql::ConnectionPar< T >::QuerySet::m_commit

Definition at line 1175 of file asql.hpp.

Referenced by ASql::ConnectionPar< T >::intHandler().

template<class T>
Query ASql::ConnectionPar< T >::QuerySet::m_query

Definition at line 1174 of file asql.hpp.

Referenced by ASql::ConnectionPar< T >::intHandler().

template<class T>
T* ASql::ConnectionPar< T >::QuerySet::m_statement

Definition at line 1176 of file asql.hpp.

Referenced by ASql::ConnectionPar< T >::intHandler().


The documentation for this struct was generated from the following file: