Method

PgsqlParamsadd_int32

Declaration

void
pgsql_params_add_int32 (
  PgsqlParams* self,
  gint32 value
)

Description

Adds a 32-bit integer parameter as PostgreSQL INTEGER type.

Parameters

value

Type: gint32

The 32-bit integer value to add.