Home
last modified time | relevance | path

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

/src/contrib/kyua/utils/sqlite/
H A Ddatabase.cpp116 throw sqlite::api_error::from_database(error_db, in safe_open()
286 throw api_error::from_database(*this, "sqlite3_exec"); in exec()
316 throw api_error::from_database(*this, "sqlite3_prepare_v2"); in create_statement()
H A Dstatement.cpp95 throw sqlite::api_error::from_database(db, api_function); in handle_bind_error()
200 throw api_error::from_database(_pimpl->db, "sqlite3_step"); in step()
226 throw api_error::from_database(_pimpl->db, "sqlite3_column_name"); in column_name()
H A Dexceptions.hpp70 static api_error from_database(database&, const std::string&);
H A Dexceptions.cpp129 sqlite::api_error::from_database(database& database_, in from_database() function in sqlite::api_error
H A Dexceptions_test.cpp100 const sqlite::api_error e = sqlite::api_error::from_database( in ATF_TEST_CASE_BODY()