MySQL Connector/C++ 9.1.0
MySQL connector library for C and C++ applications
|
Declaration of DbDoc and related classes. More...
Go to the source code of this file.
Classes | |
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... | |
Functions | |
internal::Expression | expr (std::string &&e) |
Function which indicates that a given string should be treated as expression. More... | |
Declaration of DbDoc and related classes.