mysqlpp::BadConversion | Exception thrown when a bad conversion takes place |
mysqlpp::BadFieldName | Exception thrown when a requested named field doesn't exist |
mysqlpp::BadNullConversion | Exception thrown when you attempt to convert a SQL null to an incompatible type |
mysqlpp::BadQuery | Exception thrown when MySQL encounters a problem while processing your query |
mysqlpp::ColData_Tmpl< Str > | Template for string data that can convert itself to any standard C data type. Do not use directly |
mysqlpp::Connection | Manages the connection to the MySQL database |
mysqlpp::const_string | Wrapper for const char* to make it behave in a way more useful to MySQL++ |
mysqlpp::const_subscript_container< OnType, ValueType, ReturnType, SizeType, DiffType > | A base class that one derives from to become a random access container, which can be accessed with subscript notation |
mysqlpp::cstr_equal_to | Documentation needed! |
mysqlpp::cstr_greater | Documentation needed! |
mysqlpp::cstr_greater_equal | Documentation needed! |
mysqlpp::cstr_less | Documentation needed! |
mysqlpp::cstr_less_equal | Documentation needed! |
mysqlpp::cstr_not_equal_to | Documentation needed! |
mysqlpp::Date | Holds MySQL dates |
mysqlpp::DateTime | A combination of the Date and Time classes for holding MySQL DateTimes |
mysqlpp::equal_list_b< Seq1, Seq2, Manip > | Documentation needed! |
mysqlpp::equal_list_ba< Seq1, Seq2, Manip > | Documentation needed! |
mysqlpp::escape_type1 | Documentation needed! |
mysqlpp::escape_type2 | Documentation needed! |
mysqlpp::FieldNames | Holds a list of SQL field names |
mysqlpp::Fields | A container similar to std::vector for holding mysqlpp::Field records |
mysqlpp::FieldTypes | A vector of SQL field types |
mysqlpp::ignore_type2 | Documentation needed! |
mysqlpp::mysql_date | Base class of Date |
mysqlpp::mysql_dt_base | Base class for mysql_date and mysql_time |
mysqlpp::mysql_time | Base class of Time |
mysqlpp::mysql_type_info | Holds basic type information for ColData |
mysqlpp::MysqlCmp< BinaryPred, CmpType > | Documentation needed! |
mysqlpp::MysqlCmpCStr< BinaryPred > | Documentation needed! |
mysqlpp::Null< Type, Behavior > | Container class for holding SQL nulls |
mysqlpp::null_type | The type of the global mysqlpp::null object |
mysqlpp::NullisBlank | Used for the behavior parameter for template Null |
mysqlpp::NullisNull | Used for the behavior parameter for template Null |
mysqlpp::NullisZero | Used for the behavior parameter for template Null |
mysqlpp::Query | A class for building and executing SQL queries |
mysqlpp::ResNSel | Holds the information on the success of queries that don't return any results |
mysqlpp::Result | This class manages SQL result sets |
mysqlpp::ResUse | A basic result set class, for use with "use" queries |
mysqlpp::Row | Manages rows from a result set |
mysqlpp::RowTemplate< ThisType, Res > | Documentation needed! |
mysqlpp::Set< Container > | A special std::set derivative for holding MySQL data sets |
mysqlpp::simp_list_b< Iter > | Documentation needed! |
mysqlpp::SQLParseElement | Documentation needed! |
mysqlpp::SQLQuery | The base class for mysqlpp::Query |
mysqlpp::SQLQueryNEParms | Exception thrown when not enough parameters are provided |
mysqlpp::SQLQueryParms | This class holds the parameter values for filling template queries |
mysqlpp::SQLString | A specialized std::string that will convert from any valid MySQL type |
mysqlpp::subscript_iterator< OnType, ReturnType, SizeType, DiffType > | Iterator that can be subscripted |
mysqlpp::Time | Holds MySQL times |
mysqlpp::tiny_int | Class for holding an SQL tiny_int object |
mysqlpp::type_info_cmp | Documentation needed! |
mysqlpp::value_list_b< Seq, Manip > | Documentation needed! |
mysqlpp::value_list_ba< Seq, Manip > | Documentation needed! |