PK_ATTRIB_ask_no_roll   

PK_ERROR_code_t                  PK_ATTRIB_ask_no_roll
(
--- received arguments ---
int                              n_attribs,       --- number of attributes
const PK_ATTRIB_t                attribs[],       --- attributes
const PK_ATTRIB_ask_no_roll_o_t *options,         --- options

--- returned arguments ---
PK_ATTRIB_no_roll_t              roll_status[]    --- roll status
)


This function asks whether the input attributes have the no-roll property.
The function receives an array of attributes, and returns a corresponding array
of type PK_ATTRIB_no_roll_t


Specific Errors:
   PK_ERROR_rollback_not_started  (MILD)     Partitioned rollback is not active


For more information about no-roll attributes, see the documentation for
PK_ATTRIB_set_no_roll.