curclose.so

来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 15 行

SO
15
字号
m4_comment([$Id: curclose.so,v 10.15 2003/10/18 19:15:51 bostic Exp $])m4_ref_title(Access Methods, Cursor close,    [@closing a cursor, closing a @cursor], am/count, am_misc/align)m4_p([dnlThe m4_refT(dbc_close) closes the m4_ref(Dbc) cursor, after which thecursor may no longer be used.  Although cursors are implicitly closedwhen the database they point to are closed, it is good programmingpractice to explicitly close cursors.  In addition, in transactionalsystems, cursors may not exist outside of a transaction and so must beexplicitly closed.])m4_page_footer

⌨️ 快捷键说明

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