classname_fieldname_subseq

This function returns the specified elements of the sequence.

Prototype

 
    MCO_RET	classname_fieldname_subseq(	/*IN*/ classname *handle, 
                            mco_seq_iterator_h iterator,
                            mco_seq_no_t from,
                            mco_seq_no_t till, 
                            );
 

Arguments

handle A pointer to a classname handle
iterator  

from

 

till

 

Description

This function applies to sequence fields. The function returns the specified elements of the sequence.

Return Codes

MCO_S_OK The value was put successfully
MCO_E_ACCESS The transaction that the class handle is scoped to is MCO_READ_ONLY

Related Topics Link IconRelated Topics

Example