Package-level declarations
Types
Represents an SQL operator that checks whether data exists within a JSON expression at the specified path.
Represents an SQL function that returns extracted data from a JSON object at the specified path, either as a JSON representation or as a scalar value.
Column for storing JSON data in binary format.
Column for storing JSON data, either in non-binary text format or the vendor's default JSON type format.
Functions
Specifies a casting of the calling expression's data type to the JSON data type. This is useful when it may be necessary to cast a type such as text to a JSON type that can be handled by a serializable class on the client-side.
Specifies a casting of the calling expression's data type to the JSON data type. This is useful when it may be necessary to cast a JSONB column or expression to JSON, but some dialects also support casting text types as well.
Creates a column, with the specified name, for storing JSON data in decomposed binary format.