dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
sqlite3_module.xFindFunction
d2sqlite3
sqlite3
sqlite3_module
Undocumented in source.
struct
sqlite3_module
int
function
(
sqlite3_vtab
*
pVtab
,
int
nArg
,
const
(
char
)*
zName
,
void
function
(
sqlite3_context
*,
int
,
sqlite3_value
**)*
pxFunc
,
void
**
ppArg
)
xFindFunction
;
Meta
Source
See Implementation
d2sqlite3
sqlite3
sqlite3_module
variables
iVersion
xBegin
xBestIndex
xClose
xColumn
xCommit
xConnect
xCreate
xDestroy
xDisconnect
xEof
xFilter
xFindFunction
xNext
xOpen
xRelease
xRename
xRollback
xRollbackTo
xRowid
xSavepoint
xSync
xUpdate