MySQL Connector/C++
MySQL connector library for C and C++ applications
Classes | Functions
document.h File Reference

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...
 

Detailed Description

Declaration of DbDoc and related classes.