apply_fieldset(fieldset_id integer, table_name text, pkey_name text, query text)


Description

Applies a specified fieldset, using a supplied table name and primary key name. The query parameter should be non-null only for query-based fieldsets.

Returns NULL if successful, or an error message if not.

Parameters

Name Type Mode
fieldset_id integer IN
table_name text IN
pkey_name text IN
query text IN

Definition