beautypg.com

Retrieve functions – Grass Valley K2 TX/MAM Database Protocol Manual v.2.2 User Manual

Page 15

background image

TX/MAM Database Protocol Manual - document version: 2.2

– Page 15

7.

Retrieve functions

Retrieving fields is performed on individual records. To retrieve details of all records that have been
returned by the cob_get_id_list call, loop through the resulting array and retrieve the required
fields.
To retrieve fields of database records, the following functions are available.

7.1 Clearing all requests for fields that may have been used in a

previous retrieve call

int cob_fieldlist_clear( void );



Parameters
No parameters required.


Result
The result of the function is an integer with only one possible value:

Value

Description

0

Success, all criteria cleared.



Example

cob_fieldlist_clear(); /* continue with the rest of the applet */