MySQL 9.0.0
Source Code Documentation
|
Public Member Functions | |
void | InvalidJsonText (size_t, const char *, size_t) const override |
Called when an invalid JSON value is encountered. More... | |
void | InvalidJsonType () const override |
Called if the provided JSON is not a JSON object. More... | |
void | HandleStdExceptions () const override |
Called if a std exception is thrown. More... | |
void | NotSupported () const override |
Called if a schema reference is encountered in the JSON document as MySQL does not support such constructs. More... | |
Public Member Functions inherited from JsonSchemaErrorHandler | |
virtual | ~JsonSchemaErrorHandler ()=default |
|
inlineoverridevirtual |
Called if a std exception is thrown.
Implements JsonSchemaErrorHandler.
|
inlineoverridevirtual |
Called when an invalid JSON value is encountered.
Implements JsonSchemaErrorHandler.
|
inlineoverridevirtual |
Called if the provided JSON is not a JSON object.
Implements JsonSchemaErrorHandler.
|
inlineoverridevirtual |
Called if a schema reference is encountered in the JSON document as MySQL does not support such constructs.
Implements JsonSchemaErrorHandler.