Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/kyua/store/
H A Dmigrate.cpp158 sqlite::statement start_time_stmt = old_db.create_statement( in chunk_database() local
174 start_time_stmt.reset(); in chunk_database()
175 start_time_stmt.bind(":action_id", action_id); in chunk_database()
176 if (!start_time_stmt.step()) { in chunk_database()
181 start_time_stmt, "start_time"); in chunk_database()
182 start_time_stmt.step_without_results(); in chunk_database()