fastcgi++
Protected Member Functions | Protected Attributes
ASql::Statement Class Reference

SQL Statement. More...

#include <asql.hpp>

Inheritance diagram for ASql::Statement:
ASql::MySQL::Statement

List of all members.

Protected Member Functions

 Statement (unsigned int threads)

Protected Attributes

boost::scoped_array
< Data::Conversions
paramsConversions
boost::scoped_array
< Data::Conversions
resultsConversions

Detailed Description

SQL Statement.

Definition at line 201 of file asql.hpp.


Constructor & Destructor Documentation

ASql::Statement::Statement ( unsigned int  threads) [inline, protected]

Definition at line 207 of file asql.hpp.


Member Data Documentation

boost::scoped_array<Data::Conversions> ASql::Statement::paramsConversions [protected]

Definition at line 204 of file asql.hpp.

boost::scoped_array<Data::Conversions> ASql::Statement::resultsConversions [protected]

Definition at line 205 of file asql.hpp.


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