Method

PgsqlParamsadd_int64

Declaration

void
pgsql_params_add_int64 (
  PgsqlParams* self,
  gint64 value
)

Description

Adds a 64-bit integer parameter as PostgreSQL BIGINT type.

Parameters

value

Type: gint64

The 64-bit integer value to add.