| MySQL Connector/C++ 9.5.0
    MySQL connector library for C and C++ applications | 
Classes used to access query and command execution results. More...
Go to the source code of this file.
| Classes | |
| 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... | |
| Enumerations | |
| enum class | Type : unsigned short | 
| Types that can be reported in result meta-data.  More... | |
| Functions | |
| const char * | typeName (Type t) | 
| Return name of a given type. | |
Classes used to access query and command execution results.