API Version: 1
Library Version: 1.0.alpha
Generated by gi-docgen 2025.5
void pgsql_params_add_uuid ( PgsqlParams* self, const char* value )
Adds a UUID parameter as PostgreSQL UUID type.
The value should be a string in PostgreSQL UUID format (e.g., “550e8400-e29b-41d4-a716-446655440000”).
value
Type: const char*
const char*
The UUID string value to add.
NULL