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

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

Completed in 71 milliseconds