API Version: 1
Library Version: 1.0.alpha
Generated by gi-docgen 2025.5
void pgsql_params_add_numeric ( PgsqlParams* self, const char* value )
Adds a numeric parameter as PostgreSQL NUMERIC type.
The value should be a string representation of the numeric value (e.g., “123.456”).
value
Type: const char*
const char*
The numeric string value to add.
NULL