Searched refs:_stmt (Results 1 – 1 of 1) sorted by relevance
259 sqlite::statement _stmt; member273 _stmt(backend_.database().create_statement( in impl()286 _valid = _stmt.step(); in impl()313 _pimpl->_valid = _pimpl->_stmt.step(); in operator ++()333 const int64_t id = _pimpl->_stmt.safe_column_int64("test_program_id"); in test_program()354 return _pimpl->_stmt.safe_column_text("name"); in test_case_name()364 return parse_result(_pimpl->_stmt, "result_type", "result_reason"); in result()374 return column_timestamp(_pimpl->_stmt, "start_time"); in start_time()384 return column_timestamp(_pimpl->_stmt, "end_time"); in end_time()422 _pimpl->_stmt.safe_column_int64("test_case_id"), in stdout_contents()[all …]