Ties query objects to their statements. More...
#include <asql.hpp>
Public Member Functions | |
| Item (Query query, T *statement) | |
| Item (const Item &x) | |
Public Attributes | |
| Query | m_query |
| T * | m_statement |
Ties query objects to their statements.
Definition at line 1089 of file asql.hpp.
| ASql::Transaction< T >::Item::Item | ( | Query | query, |
| T * | statement | ||
| ) | [inline] |
| ASql::Transaction< T >::Item::Item | ( | const Item & | x ) | [inline] |
| Query ASql::Transaction< T >::Item::m_query |
| T* ASql::Transaction< T >::Item::m_statement |
1.7.2