Rechercher une page de manuel
wdb_keys
Langue: en
Version: 376842 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
wdb_keysSYNOPSIS
#include <util/wdb.h>
NEOERR * wdb_keys (WDB *wdb, char **primary_key, ULIST **data);
ARGUMENTS
wdb - open databaseDESCRIPTION
this function returns the key and column names for the current databaseRETURN VALUE
primary_key - pointer to the primary keydata - pointer to a ULIST of the columns.
both of these are allocated structures, you can clear data
with uListDestroy (data, ULIST_FREE)
SEE ALSO
wdb_destroy(3), wdbr_delete(3), wdb_update(3), wdbr_dump(3), wdb_save(3), wdbr_create(3), wdbr_destroy(3), wdb_attr_set(3), wdb_attr_next(3), wdb_open(3), wdb_column_exchange(3), wdbr_set(3), wdb_column_insert(3), wdbr_save(3), wdbr_next(3), wdb_keys(3), wdb_column_delete(3), wdbc_create(3), wdbr_get(3), wdb_column_updateContenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre