Method

PgsqlResultis_null

Declaration

gboolean
pgsql_result_is_null (
  PgsqlResult* self,
  guint row,
  guint field
)

Description

Checks if the value at the specified row and field is NULL.

Parameters

row

Type: guint

The row index.

field

Type: guint

The field index.

Return value

Type: gboolean

TRUE if NULL.