Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- C/Database Toolchest Library - name: <b>igetindexnames</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Name:       igetindexnames

Purpose:    return list of index names in database

Prototype:  char **igetindexnames(Db_Obj *db);

Header:     isam.h

Inputs:     db  - database handle

Description:
        igetindexnames returns a pointer to the index names (in no
        particular order) defined for the database db.  The returned
        pointer points to a READ-ONLY array of character strings, where each
        character string is the name of one index defined for the database.
        The last element in the array is a NULL pointer.

        You can call showindexnames to print the index names to stdout.

Returns:
        Returns pointer to a READ-ONLY array of index names, or NULL for
        error.

WARNING:
        Do not write over the index names, or dire things will happen.

See Also: showindexnames

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson