📄 curdup.so
字号:
m4_comment([$Id: curdup.so,v 11.6 2001/03/01 15:57:49 bostic Exp $])m4_ref_title(Access Methods, Duplicating a cursor, [@duplicating a cursor, duplicating a @cursor], am/curdel, am/join)m4_p([dnlOnce a cursor has been initialized (for example, by a call tom4_ref(dbc_get)), it can be thought of as identifying a particularlocation in a database. The m4_refT(dbc_dup) permits an application tocreate a new cursor that has the same locking and transactionalinformation as the cursor from which it is copied, and which optionallyrefers to the same position in the database.])m4_p([dnlIn order to maintain a cursor position when an application is usinglocking, locks are maintained on behalf of the cursor until the cursor isclosed. In cases when an application is using locking withouttransactions, cursor duplication is often required to avoidself-deadlocks. For further details, refer tom4_link(M4RELDIR/ref/lock/am_conv, Access method locking conventions).])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -