Method

PgsqlParamsadd_varchar

Declaration

void
pgsql_params_add_varchar (
  PgsqlParams* self,
  const char* value
)

Description

Adds a variable-length character string parameter as PostgreSQL VARCHAR type.

Parameters

value

Type: const char*

The varchar value to add.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.