Query: px_add_primary_index
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_ADD_PRIMARY_INDEX(3) Library Functions Manual PX_ADD_PRIMARY_INDEX(3)NAMEPX_add_primary_index -- Assigns primary index to database fileSYNOPSIS#include <paradox.h> int PX_add_primary_index(pxdoc_t *pxdoc, pxdoc_t *pindexdoc)DESCRIPTIONAssigns an primary index to a database file. The primary index must be loaded before as any Paradox file with PX_open_fp(3) or PX_open_file(3). pxdoc must be a Paradox database file. In order to be able to use the index you will have to call PX_read_primary_index(3) before accessing any record data.RETURN VALUEReturns 0 on success and -1 on failure.SEE ALSOPX_open_fp(3), PX_open_file(3), PX_read_primary_index(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_ADD_PRIMARY_INDEX(3)
Related Man Pages |
---|
px_close(3) - debian |
px_get_data_short(3) - debian |
px_get_data_long(3) - debian |
px_put_recordn(3) - debian |
px_put_record(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |