Man Page: px_write_primary_index
Operating Environment: debian
Section: 3
PX_WRITE_PRIMARY_INDEX(3) Library Functions Manual PX_WRITE_PRIMARY_INDEX(3)NAMEPX_write_primary_index -- Write primary index into a fileSYNOPSIS#include <paradox.h> int PX_write_primary_index(pxdoc_t *pxdoc, pxdoc_t *pindexdoc)DESCRIPTIONWrites the primary index for the database passed in pxdoc. The primary index file must be created before as any Paradox file with PX_cre- ate_fp(3) or PX_create_file(3).RETURN VALUEReturns 0 on success and -1 on failure.BUGSThis function will only create primary index files with not more than two levels. In general this will be sufficient to handle many thou- sand records.SEE ALSOPX_create_fp(3), PX_create_file(3), PX_read_primary_file(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_WRITE_PRIMARY_INDEX(3)
| Related Man Pages |
|---|
| px_get_field(3) - debian |
| px_get_data_long(3) - debian |
| px_insert_record(3) - debian |
| px_put_recordn(3) - debian |
| px_time2string(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |