Data Structures | |
| class | Database |
| class | MySQLDaemon |
| class | MySQLDatabase |
| class | MySQLNetwork |
| class | MySQLResultRow |
| class | MySQLServer |
| class | MySQLSocket |
| class | MySQLStatement |
| class | ResultRow |
| class | Server |
| class | Statement |
Typedefs | |
| typedef boost::shared_ptr < Database > | DatabasePtr |
| Smart-Pointer referencing a database-object. | |
| typedef boost::shared_ptr < MySQLDaemon > | MySQLDaemonPtr |
| typedef boost::shared_ptr < MySQLDatabase > | MySQLDatabasePtr |
| Smart-Pointer referencing a MySQL-database. | |
| typedef boost::shared_ptr < MySQLNetwork > | MySQLNetworkPtr |
| Smart-Pointer referencing a MySQL-server. | |
| typedef boost::shared_ptr < MySQLResultRow > | MySQLResultRowPtr |
| typedef boost::shared_ptr < MySQLServer > | MySQLServerPtr |
| Smart-Pointer referencing a MySQL-server. | |
| typedef boost::shared_ptr < MySQLSocket > | MySQLSocketPtr |
| Smart-Pointer referencing a MySQL-socket. | |
| typedef boost::shared_ptr < MySQLStatement > | MySQLStatementPtr |
| typedef boost::shared_ptr < ResultRow > | ResultRowPtr |
| typedef boost::shared_ptr < Server > | ServerPtr |
| Smart-Pointer referencing a MySQL-server. | |
| typedef boost::shared_ptr < Statement > | StatementPtr |
| typedef boost::shared_ptr< Database > DatabasePtr |
| typedef boost::shared_ptr< MySQLDaemon > MySQLDaemonPtr |
Definition at line 60 of file mysqlDaemon.hpp.
| typedef boost::shared_ptr< MySQLDatabase > MySQLDatabasePtr |
| typedef boost::shared_ptr< MySQLNetwork > MySQLNetworkPtr |
| typedef boost::shared_ptr< MySQLResultRow > MySQLResultRowPtr |
Definition at line 49 of file mysqlResultRow.hpp.
| typedef boost::shared_ptr< MySQLServer > MySQLServerPtr |
| typedef boost::shared_ptr< MySQLSocket > MySQLSocketPtr |
| typedef boost::shared_ptr< MySQLStatement > MySQLStatementPtr |
Definition at line 56 of file mysqlStatement.hpp.
| typedef boost::shared_ptr< ResultRow > ResultRowPtr |
Definition at line 46 of file resultRow.hpp.
| typedef boost::shared_ptr< Statement > StatementPtr |
Definition at line 49 of file statement.hpp.