Method

PgsqlResultget_command_status

Declaration

const char*
pgsql_result_get_command_status (
  PgsqlResult* self
)

Description

Gets the command status string (e.g. “INSERT”, “UPDATE”, etc.).

Return value

Type: const char*

The command status, or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.