tdb.3

来自「Linux下的一个关系数据库源代码」· 3 代码 · 共 33 行

3
33
字号
.TH tdb "Aug 16, 2000" "Samba" "Linux Programmer's Manual".SH NAMEtdb - trivial database.SH SYNOPSISA database similar to gdbm which allows multiple simultaneous writers..SH DESCRIPTIONThis is a simple database API. It was inspired by the realisation thatin Samba we have several ad-hoc bits of code that essentiallyimplement small databases for sharing structures between parts ofSamba. As I was about to add another I realised that a genericdatabase module was called for to replace all the ad-hoc bits..spI based the interface on gdbm. I couldn't use gdbm as we need to beable to have multiple writers to the databases at one time..SH AUTHORSSoftware: Andrew Tridgell <tridge@linuxcare.com> and Luke Kenneth Casson LeightonMan page: Ben Woodard <ben@valinux.com>.SH "SEE ALSO".BR gdbm (3),.BR tdb_open (3),.BR tdb_close (3),.BR tdb_delete (3),.BR tdb_error (3),.BR tdb_exists (3),.BR tdb_fetch (3),.BR tdb_firstkey (3),.BR tdb_store (3),.BR tdb_traverse (3),.BR tdb_lockall (3),.BR tdb_lockkeys (3),.BR tdb_chainlock (3)

⌨️ 快捷键说明

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