Method

PgsqlResultget_field_type

Declaration

PgsqlValueType
pgsql_result_get_field_type (
  PgsqlResult* self,
  guint field
)

Description

Gets the type of a field.

Parameters

field

Type: guint

The field index.

Return value

Type: PgsqlValueType

The field type.