xref: /netbsd-src/external/public-domain/sqlite/man/sqlite3_context_db_handle.3 (revision 03dcb730d46d34d85c9f496c1f5a3a6a43f2b7b3)
1.Dd March 11, 2017
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