📄 get.so
字号:
m4_comment([$Id: get.so,v 10.18 2003/10/18 19:15:52 bostic Exp $])m4_ref_title(Access Methods, Retrieving records, @retrieving records, am/opensub, am/put)m4_p([dnlThe m4_refT(dbh_get) retrieves records from the database. In general,m4_ref(dbh_get) takes a key and returns the associated data from thedatabase.])m4_p([dnlThere are a few flags that you can set to customize retrieval:])m4_tagbeginm4_tag([m4_ref(DB_GET_BOTH)], [dnlSearch for a matching key and data item, that is, only return successif both the key and the data items match those stored in the database.])m4_tag([m4_ref(DB_RMW)], [dnlRead-modify-write: acquire write locks instead of read locks duringretrieval. This can enhance performance in threaded applications byreducing the chance of deadlock.])m4_tag([m4_ref(DB_SET_RECNO)], [dnlIf the underlying database is a Btree, and was configured so that itis possible to search it by logical record number, retrieve a specificrecord.])m4_tagendm4_p([dnlIf the database has been configured to support duplicate records,m4_ref(dbh_get) will always return the first data item in the duplicateset.])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -