Query: wdb_keys
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wdb_keys(3) util/wdb.h wdb_keys(3)NAMEwdb_keys - return the key and column for the current database (clearsilver)SYNOPSIS#include <util/wdb.h> NEOERR * wdb_keys (WDB *wdb, char **primary_key, ULIST **data);ARGUMENTSwdb - open databaseDESCRIPTIONthis function returns the key and column names for the current databaseRETURN VALUEprimary_key - pointer to the primary key data - pointer to a ULIST of the columns. both of these are allocated structures, you can clear data with uListDestroy (data, ULIST_FREE)SEE ALSOwdb_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_col- umn_delete(3), wdbc_create(3), wdbr_get(3), wdb_attr_get(3), wdbr_find(3), wdbr_lookup(3), wdb_create(3), wdbc_destroy(3), wdb_col- umn_update ClearSilver 12 July 2007 wdb_keys(3)
Related Man Pages |
---|
cap_mkdb(1) - mojave |
cap_mkdb(1) - opendarwin |
yp_update(3nsl) - centos |
cubrid_fetch_field(3) - php |
dbix::dbschema::table(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
wdb debugger |
how to use .gdbinit to set watches in WDB |
replace a column values with the first value in column |
How to debug with wdb debugger a cobol program? |