CUBRID Engine  latest
db_json_types_internal.hpp File Reference
Include dependency graph for db_json_types_internal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JSON_DOC
 

Typedefs

typedef rapidjson::UTF8 JSON_ENCODING
 
typedef rapidjson::GenericValue< JSON_ENCODING, JSON_PRIVATE_MEMPOOLJSON_VALUE
 

Functions

JSON_VALUEdb_json_doc_to_value (JSON_DOC &doc)
 
const JSON_VALUEdb_json_doc_to_value (const JSON_DOC &doc)
 

Typedef Documentation

typedef rapidjson::UTF8 JSON_ENCODING

Definition at line 30 of file db_json_types_internal.hpp.

typedef rapidjson::GenericValue<JSON_ENCODING, JSON_PRIVATE_MEMPOOL> JSON_VALUE

Definition at line 31 of file db_json_types_internal.hpp.

Function Documentation

const JSON_VALUE& db_json_doc_to_value ( const JSON_DOC doc)

Definition at line 43 of file db_json_types_internal.cpp.