logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PX_read_primary_index — Reads the primary index into an internal buffer

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                        PX_READ_PRIMARY_INDEX(3)

Description

       Reads  the  complete  primary index into an internal buffer. After calling this function successfully you
       usually add the index to a database file by calling PX_add_primary_index(3). Once the index is  read  and
       associated with a database file, it will be used when record data is accessed.

Name

       PX_read_primary_index — Reads the primary index into an internal buffer

Return Value

       Returns 0 on success and -1 on failure.

See Also

PX_add_primary_index(3)

Synopsis

       #include <paradox.h>

       int PX_read_primary_index(pxdoc_t *pindexdoc)

See Also