Files
cpython-source-deps/docs_src/tcl/db_cursor.so
2017-09-04 13:40:25 -05:00

30 lines
615 B
Plaintext

m4_comment([$Id: db_cursor.so,v 11.13 2002/08/18 21:17:25 bostic Exp $])
define(M4PAGELOCAL,)
include(tcl/m4.tcl)
m4_tcl_header(db cursor, m4_tcl_db_cursor, [dnl
db cursor
m4_tcl_arg([-txn txnid])
])
m4_p([dnl
The m4_tcl_db_cursor command creates a database cursor. The returned
cursor handle is bound to a Tcl command of the form m4_bold(dbN.cX),
where X is an integer starting at 0 (for example, db0.c0 and db0.c1).
It is through this Tcl command that the script accesses the cursor
methods.])
m4_p([dnl
The options are as follows:])
m4_tagbegin
m4_tcl_txnopt
m4_tagend
m4_tcl_ret_error
m4_page_footer