xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_context_db_handle.3 (revision 82d56013d7b633d116a93943de88e08335357a7c)
1.Dd December 19, 2018
2.Dt SQLITE3_CONTEXT_DB_HANDLE 3
3.Os
4.Sh NAME
5.Nm sqlite3_context_db_handle
6.Nd Database Connection For Functions
7.Sh SYNOPSIS
8.Ft sqlite3 *
9.Fo sqlite3_context_db_handle
10.Fa "sqlite3_context*"
11.Fc
12.Sh DESCRIPTION
13The sqlite3_context_db_handle() interface returns a copy of the pointer
14to the database connection (the 1st parameter) of
15the sqlite3_create_function() and sqlite3_create_function16()
16routines that originally registered the application defined function.
17.Sh SEE ALSO
18.Xr sqlite3 3 ,
19.Xr sqlite3_create_function 3
20