MySQL Connector/C++
MySQL connector library for C and C++ applications
Classes | Functions | Enumerations
Classes for result processing

Classes used to examine results of a statement and documents or rows contained in a result. More...

Classes

struct  CollationInfo
 Structure that provides information about character set collation. More...
 
class  DbDoc
 Represents a collection of key-value pairs where value can be a scalar or another document. More...
 
class  Value
 Value object can store value of scalar type, string, array or document. More...
 
class  Result
 Represents a result of an operation that does not return data. More...
 
class  Column
 Provides meta-data for a single result column. More...
 
class  RowResult
 Result of an operation that returns rows. More...
 
class  SqlResult
 Result of an SQL query or command. More...
 
class  DocResult
 Result of an operation that returns documents. More...
 
class  Row
 Represents a single row from a result that contains rows. More...
 

Functions

const char * characterSetName (CharacterSet id)
 Returns name of a character set given by its id.
 
const char * typeName (Type t)
 Return name of a given type.
 

Enumerations

enum class  Type : unsigned short
 Types that can be reported in result meta-data. More...
 

Detailed Description

Classes used to examine results of a statement and documents or rows contained in a result.

Enumeration Type Documentation

◆ Type

enum class Type : unsigned short
strong

Types that can be reported in result meta-data.

These correspond to MySQL server datatypes described here.