fastcgi++
Classes | Typedefs | Variables
ASql::MySQL Namespace Reference

Defines classes and functions relating to MySQL querying. More...

Classes

class  Connection
 Connection to a MySQL database. More...
class  Statement
 MySQL query statement. More...
struct  TypedConversion
 Handle retrieval of variable length data chunks. More...
struct  TypedConversion< Data::Datetime >
 Handle conversion from MYSQL_TIME to Data::Datetime. More...
struct  TypedConversion< Data::Date >
 Handle conversion from MYSQL_TIME to Data::Date. More...
struct  TypedConversion< Data::Time >
 Handle conversion from MYSQL_TIME to Data::Time. More...
struct  TypedConversion< Data::Wtext >
 Handle retrieval and code conversion of utf-8 textual data. More...
struct  Error
 MySQL Error. More...

Typedefs

typedef ASql::Transaction
< Statement
Transaction

Variables

const char CodeConversionErrorMsg [] = "Error in code conversion to/from MySQL server."

Detailed Description

Defines classes and functions relating to MySQL querying.


Typedef Documentation

Definition at line 373 of file mysql.hpp.


Variable Documentation

const char ASql::MySQL::CodeConversionErrorMsg = "Error in code conversion to/from MySQL server."

Definition at line 581 of file mysql.cpp.