Searched refs:stmtModule (Results 1 – 1 of 1) sorted by relevance
283 static sqlite3_module stmtModule = { variable315 rc = sqlite3_create_module(db, "sqlite_stmt", &stmtModule, 0); in sqlite3StmtVtabInit()