MySQL 8.0.40
Source Code Documentation
|
This object acts as a handler/callback for the JSON schema validator and is called whenever a schema reference is encountered in the JSON document. More...
Public Member Functions | |
const rapidjson::SchemaDocument * | GetRemoteDocument (const char *, rapidjson::SizeType) override |
bool | used () const |
Private Attributes | |
bool | m_used {false} |
This object acts as a handler/callback for the JSON schema validator and is called whenever a schema reference is encountered in the JSON document.
Since MySQL doesn't support schema references, this class is only used to detect whether or not we actually found one in the JSON document.
|
inlineoverride |
|
inline |
|
private |