fastcgi++
Public Member Functions | Public Attributes
ASql::ConnectionPar< T >::QuerySet Struct Reference

List of all members.

Public Member Functions

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

Public Attributes

QueryPar m_query
bool m_commit
T * m_statement

Detailed Description

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

Definition at line 146 of file asql.hpp.


Constructor & Destructor Documentation

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

Definition at line 148 of file asql.hpp.


Member Data Documentation

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

Definition at line 150 of file asql.hpp.

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

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

Definition at line 149 of file asql.hpp.

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

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

Definition at line 151 of file asql.hpp.

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


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