coldata.h [code] | Declares classes for converting string data to any of the basic C types |
compare.h [code] | |
connection.h [code] | Declares the Connection class |
const_string.h [code] | Declares a wrapper for const char* which behaves in a way more useful to MySQL++ |
convert.h [code] | Declares various string-to-integer type conversion templates |
datetime.h [code] | Declares classes to add MySQL-compatible date and time types to C++'s type system |
defs.h [code] | Standard definitions used all across the library, particularly things that don't fit well anywhere else |
exceptions.h [code] | Declares the MySQL++-specific exception classes |
field_names.h [code] | Declares a class to hold a list of field names |
field_types.h [code] | Declares a class to hold a list of SQL field type info |
fields.h [code] | Declares a class for holding information about a set of fields |
manip.h [code] | Declares std::ostream manipulators useful with SQL syntax |
myset.h [code] | Declares templates for generating custom containers used elsewhere in the library |
mysql++.h [code] | The main MySQL++ header file |
mysql++.hh [code] | Deprecated backwards-compatibility header. Use mysql++.h in new code instead |
null.h [code] | Declares classes that implement SQL "null" semantics within C++'s type system |
platform.h [code] | This file includes things that help the rest of MySQL++ |
query.h [code] | Defines the user-facing Query class, which is used to build up SQL queries, and execute them |
resiter.h [code] | Declares templates for adapting existing classes to be iteratable random-access containers |
result.h [code] | Declares classes for holding SQL query result sets |
row.h [code] | Declares the classes for holding row data from a result set |
sql_query.h [code] | Declares the base class for mysqlpp::Query, plus some utility classes to be used with it |
sql_string.h [code] | Declares an std::string derivative that adds some things needed within the library |
sqlplus.hh [code] | Deprecated backwards-compatibility header. Use mysql++.h in new code instead |
stream2string.h [code] | Declares an adapter that converts something that can be inserted into a C++ stream into a string type |
string_util.h [code] | Declares string-handling utility functions used within the library |
tiny_int.h [code] | Declares class for holding a SQL tiny_int |
type_info.h [code] | Declares classes that provide an interface between the SQL and C++ type systems |
vallist.h [code] | Declares templates for holding lists of values |