JSONB_ARRAY

Similar to JSON_ARRAY but binary representation (BLOB).

Return

A KQLiteJsonArray representing the newly created JSON array.

Author

MOHAMMAD AZIM ANSARI

Parameters

values

The values to include in the JSON array. Can be of any type, including other KQLiteColumn instances.

See also