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>showindexnames</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Name:       showindexnames

Purpose:    show names of indexes to stdout

Prototype:  int showindexnames(Db_Obj *db, char *separator);

Header:     isam.h

Inputs:     db          - database handle
            separator   - field separator string or NULL for new line

Description:
        showindexnames prints the names of the indexes in the database
        db to stdout.

        The names of the indexes are printed with the string separator
        separating the names.  If the separator is NULL, each index name
        begins a new line.  Note that separator is a string (character
        array), not just a single character.

Returns:
        Returns OK and prints to stdout, or ERROR

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