API Version: 1
Library Version: 1.0.alpha
Generated by gi-docgen 2025.5
void pgsql_params_add_timestamp ( PgsqlParams* self, const char* value )
Adds a timestamp parameter as PostgreSQL TIMESTAMP type (without time zone).
The value should be a string in PostgreSQL timestamp format (e.g., “2025-01-15 14:30:00”).
value
Type: const char*
const char*
The timestamp string value to add.
NULL