MySQL Connector/C++
MySQL connector library for C and C++ applications
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Nmysqlx
 Nabi2
 Ncommon
 Ninternal
 Nr0
 CbytesClass representing a region of memory holding raw bytes
 CClientCreate a client using given client settings
 CClientOptionClient creation options
 CClientSettingsClientSettings are used to construct Client objects
 CCollationInfoStructure that provides information about character set collation
 CCollectionRepresents a collection of documents in a schema
 CCollectionAddAn operation which adds documents to a collection
 CCollectionFindAn operation which returns all or selected documents from a collection
 CCollectionModifyAn operation which modifies all or selected documents in a collection
 CCollectionOptionsDefines collection create/modify options
 CCollectionRemoveAn operation which removes documents from a collection
 CCollectionValidationDefines collection schema and level of validation
 CColumnProvides meta-data for a single result column
 CDbDocRepresents a collection of key-value pairs where value can be a scalar or another document
 CDocResultResult of an operation that returns documents
 CErrorBase class for connector errors
 CExecutableRepresents an operation that can be executed
 CResultRepresents a result of an operation that does not return data
 CRowRepresents a single row from a result that contains rows
 CRowResultResult of an operation that returns rows
 CSchemaRepresents a database schema
 CSessionRepresents a session which gives access to data stored in a data store
 CSessionOptionSession creation options
 CSessionSettingsRepresents session options to be passed at session creation time
 CSqlResultResult of an SQL query or command
 CstringA wrapper around std::wstring that can perform conversions from/to different character encodings used by MySQL
 CTableRepresents a table in a schema
 CTableInsertAn operation which inserts rows into a table
 CTableRemoveAn operation which removes rows from a table
 CTableSelectAn operation which selects rows from a table
 CTableUpdateAn operation which updates rows stored in a table
 CValueValue object can store value of scalar type, string, array or document
 CWarningAn error, warning or other diagnostic information reported by server when executing queries or statements