API Version: 1
Library Version: 1.0.alpha
Generated by gi-docgen 2025.5
void pgsql_params_add_date ( PgsqlParams* self, const char* value )
Adds a date parameter as PostgreSQL DATE type.
The value should be a string in PostgreSQL date format (e.g., “2025-01-15”).
value
Type: const char*
const char*
The date string value to add.
NULL