wdb_keys.3

来自「在 linux平台上的网页编程的模板」· 3 代码 · 共 42 行

3
42
字号
.TH wdb_keys 3 "12 July 2007" "ClearSilver" "util/wdb.h".de Ss.sp.ft CW.nf...de Se.fi.ft P.sp...SH NAMEwdb_keys .SH SYNOPSIS.Ss#include <util/wdb.h>.Se.SsNEOERR * wdb_keys (WDB *wdb, char **primary_key, ULIST **data);.Se.SH ARGUMENTSwdb - open database.SH DESCRIPTIONthis function returns the key and column names for thecurrent database.SH "RETURN VALUE"primary_key - pointer to the primary key.brdata - pointer to a ULIST of the columns..brboth of these are allocated structures, you can clear data.brwith uListDestroy (data, ULIST_FREE).SH "SEE ALSO".BR 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_attr_get "(3), "wdbr_find "(3), "wdbr_lookup "(3), "wdb_create "(3), "wdbc_destroy "(3), "wdb_column_update

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?