Method

PgsqlResultget_field_size

Declaration

int
pgsql_result_get_field_size (
  PgsqlResult* self,
  guint field
)

Description

Gets the size in bytes of a field.

Parameters

field

Type: guint

The field index.

Return value

Type: int

The field size, or -1 if variable.