MySQL++ Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
AutoFlag< T >A template for setting a flag on a variable as long as the object that set it is in scope. Flag resets when object goes out of scope. Works on anything that looks like bool
mysqlpp::BadConversionException thrown when a bad type conversion is attempted
mysqlpp::BadFieldNameException thrown when a requested named field doesn't exist
mysqlpp::BadIndexException thrown when an object with operator [] or an at() method gets called with a bad index
mysqlpp::BadOptionException thrown when you pass an unrecognized option to Connection::set_option()
mysqlpp::BadParamCountException thrown when not enough query parameters are provided
mysqlpp::BadQueryException thrown when the database server encounters a problem while processing your query
mysqlpp::BeecryptMutexWrapper around platform-specific mutexes
Comparable< T >Mix-in that gives its subclass a full set of comparison operators
mysqlpp::CompressOptionEnable data compression on the connection
mysqlpp::ConnectionManages the connection to the database server
mysqlpp::ConnectionFailedException thrown when there is a problem related to the database server connection
mysqlpp::ConnectionPoolManages a pool of connections for programs that need more than one Connection object at a time, but can't predict how many they need in advance
mysqlpp::ConnectTimeoutOptionChange Connection::connect() default timeout
mysqlpp::DataOption< T >Define abstract interface for all *Options that take a lone scalar as an argument
mysqlpp::DateC++ form of SQL's DATE type
mysqlpp::DateTimeC++ form of SQL's DATETIME type
mysqlpp::DBDriverProvides a thin abstraction layer over the underlying database client library
mysqlpp::DBSelectionFailedException thrown when the program tries to select a new database and the database server refuses for some reason
mysqlpp::equal_list_b< Seq1, Seq2, Manip >Same as equal_list_ba, plus the option to have some elements of the equals clause suppressed
mysqlpp::equal_list_ba< Seq1, Seq2, Manip >Holds two lists of items, typically used to construct a SQL "equals clause"
mysqlpp::ExceptionBase class for all MySQL++ custom exceptions
mysqlpp::FieldClass to hold information about a SQL field
mysqlpp::FieldNamesHolds a list of SQL field names
mysqlpp::FieldTypesA vector of SQL field types
mysqlpp::FoundRowsOptionMake Query::affected_rows() return number of matched rows
mysqlpp::GuessConnectionOptionAllow C API to guess what kind of connection to use
mysqlpp::IgnoreSpaceOptionAllow spaces after function names in queries
mysqlpp::InitCommandOptionGive SQL executed on connect
mysqlpp::InteractiveOptionAssert that this is an interactive program
mysqlpp::LocalFilesOptionEnable LOAD DATA LOCAL statement
mysqlpp::LocalInfileOptionEnable LOAD LOCAL INFILE statement
mysqlpp::MultiResultsOptionEnable multiple result sets in a reply
mysqlpp::MultiStatementsOptionEnable multiple queries in a request to the server
mysqlpp::MutexFailedException thrown when a BeecryptMutex object fails
mysqlpp::mysql_type_infoSQL field type information
mysqlpp::NamedPipeOptionSuggest use of named pipes
mysqlpp::NoExceptionsDisable exceptions in an object derived from OptionalExceptions
mysqlpp::NoSchemaOptionDisable db.tbl.col syntax in queries
mysqlpp::Null< Type, Behavior >Class for holding data from a SQL column with the NULL attribute
mysqlpp::null_typeThe type of the global mysqlpp::null object
mysqlpp::NullIsBlankClass for objects that define SQL null as a blank C string
mysqlpp::NullIsNullClass for objects that define SQL null in terms of MySQL++'s null_type
mysqlpp::NullIsZeroClass for objects that define SQL null as 0
mysqlpp::ObjectNotInitializedException thrown when you try to use an object that isn't completely initialized
mysqlpp::OptionDefine abstract interface for all *Option subclasses
mysqlpp::OptionalExceptionsInterface allowing a class to have optional exceptions
mysqlpp::QueryA class for building and executing SQL queries
mysqlpp::ReadDefaultFileOptionOverride use of my.cnf
mysqlpp::ReadDefaultGroupOptionOverride use of my.cnf
mysqlpp::ReadTimeoutOptionSet timeout for IPC data reads
mysqlpp::ReconnectOptionEnable automatic reconnection to server
mysqlpp::RefCountedPointer< T, Destroyer >Creates an object that acts as a reference-counted pointer to another object
mysqlpp::RefCountedPointerDestroyer< T >Functor to call delete on the pointer you pass to it
mysqlpp::RefCountedPointerDestroyer< MYSQL_RES >Functor to call mysql_free_result() on the pointer you pass to it
mysqlpp::ReportDataTruncationOptionSet reporting of data truncation errors
mysqlpp::ResultBaseBase class for StoreQueryResult and UseQueryResult
mysqlpp::RowManages rows from a result set
mysqlpp::ScopedLockWrapper around BeecryptMutex to add scope-bound locking and unlocking
mysqlpp::SecureAuthOptionEnforce use of secure authentication, refusing connection if not available
mysqlpp::SelfTestFailedUsed within MySQL++'s test harness only
mysqlpp::Set< Container >A special std::set derivative for holding MySQL data sets
mysqlpp::SetCharsetDirOptionGive path to charset definition files
mysqlpp::SetCharsetNameOptionGive name of default charset
mysqlpp::SetClientIpOptionFake client IP address when connecting to embedded server
mysqlpp::SharedMemoryBaseNameOptionSet name of shmem segment for IPC
mysqlpp::SimpleResultHolds information about the result of queries that don't return rows
mysqlpp::SQLBufferHolds SQL data in string form plus type information for use in converting the string to compatible C++ data types
mysqlpp::SQLParseElementUsed within Query to hold elements for parameterized queries
mysqlpp::SQLQueryParmsThis class holds the parameter values for filling template queries
mysqlpp::SQLTypeAdapterConverts many different data types to strings suitable for use in SQL queries
mysqlpp::SslOptionSpecialized option for handling SSL parameters
mysqlpp::StoreQueryResultStoreQueryResult set type for "store" queries
mysqlpp::StringA std::string work-alike that can convert itself from SQL text data formats to C++ data types
mysqlpp::TCPConnectionSpecialization of Connection for TCP/IP
mysqlpp::TimeC++ form of SQL's TIME type
mysqlpp::tiny_int< VT >Class for holding an SQL TINYINT value
mysqlpp::TooOld< ConnInfoT >Functor to test whether a given ConnectionInfo object is "too old"
mysqlpp::TransactionHelper object for creating exception-safe SQL transactions
mysqlpp::TypeLookupFailedThrown from the C++ to SQL data type conversion routine when it can't figure out how to map the type
mysqlpp::UnixDomainSocketConnectionSpecialization of Connection for Unix domain sockets
mysqlpp::UseEmbeddedConnectionOptionConnect to embedded server in preference to remote server
mysqlpp::UseQueryErrorException thrown when something goes wrong in processing a "use" query
mysqlpp::UseQueryResultStoreQueryResult set type for "use" queries
mysqlpp::UseRemoteConnectionOptionConnect to remote server in preference to embedded server
mysqlpp::value_list_b< Seq, Manip >Same as value_list_ba, plus the option to have some elements of the list suppressed
mysqlpp::value_list_ba< Seq, Manip >Holds a list of items, typically used to construct a SQL "value list"
mysqlpp::WindowsNamedPipeConnectionSpecialization of Connection for Windows named pipes
mysqlpp::WriteTimeoutOptionSet timeout for IPC data reads

Generated on Wed Feb 4 14:42:56 2009 for MySQL++ by  doxygen 1.4.7