Searched defs:bindCallback (Results 1 – 6 of 6) sorted by relevance
39 napi_ref bindCallback; variable60 napi_ref bindCallback = nullptr; member
48 …te::ExecSql(sqlite3 *db, const std::string &sql, const std::function<int (sqlite3_stmt *)> &bindCa… in ExecSql()
1105 …const std::function<int (sqlite3_stmt *)> &bindCallback, const std::function<int (sqlite3_stmt *)>… in ExecSql()
114 BindCallback bindCallback; variable163 BindCallback bindCallback; variable
242 …ls::ExecSql(sqlite3 *db, const std::string &sql, const std::function<int(sqlite3_stmt *)> &bindCal… in ExecSql()
403 std::function<int (sqlite3_stmt *)> bindCallback = [] (sqlite3_stmt *bindStmt) { in CheckResult() local