JSONB_ INSERT
fun <T : KQLiteJson> JSONB_INSERT(json: KQLiteColumn<T>, vararg pathValue: Pair<String, Any?>): KQLiteColumn<T>
Similar to JSON_INSERT but binary representation (BLOB).
Return
A KQLiteColumn of given type json containing the resulting JSON document.
Author
MOHAMMAD AZIM ANSARI
Parameters
json
The KQLiteJson column to insert values into.
path Value
Pair of JSONPath expressions and values to insert