Constructor

PgsqlParamsnew

Declaration

PgsqlParams*
pgsql_params_new (
  void
)

Description

Creates a new PgsqlParams object.

Return value

Type: PgsqlParams

A new PgsqlParams.

The caller of the function takes ownership of the data, and is responsible for freeing it.