Method

PgsqlParamsadd_uuid

Declaration

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

Description

Adds a UUID parameter as PostgreSQL UUID type.

The value should be a string in PostgreSQL UUID format (e.g., “550e8400-e29b-41d4-a716-446655440000”).

Parameters

value

Type: const char*

The UUID string 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.