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