Home
last modified time | relevance | path

Searched refs:stmtModule (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dstmt.c283 static sqlite3_module stmtModule = { variable
315 rc = sqlite3_create_module(db, "sqlite_stmt", &stmtModule, 0); in sqlite3StmtVtabInit()