This function returns the index identifier for the index associated with the cursor passed in ‘c’.
MCO_RET classname_indexname_get_index( mco_cursor_h c, /*OUT*/ uint2 * index);
| c | A cursor handle returned by *_index_cursor |
|
index |
The index ID of the index associated with this cursor. |
This function returns the index identifier for the index associated with the cursor passed in ‘c’.
| MCO_S_OK | Index identifier returned in pointer ‘index’. |
| MCO_ERR_CURSOR | Fatal error in cursor operation |