API Version: 1
Library Version: 1.0.alpha
Generated by gi-docgen 2025.5
void pgsql_params_add_jsonb ( PgsqlParams* self, const char* value )
Adds a JSON parameter as PostgreSQL JSONB type.
The value should be a valid JSON string that will be stored in binary format in PostgreSQL. JSONB is more efficient for querying and indexing compared to JSON.
value
Type: const char*
const char*
The JSON string value to add.
NULL