Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Ddatabase.cpp100 throw sqlite::api_error::from_database(error_db, in safe_open()
250 throw api_error::from_database(*this, "sqlite3_exec"); in exec()
280 throw api_error::from_database(*this, "sqlite3_prepare_v2"); in create_statement()
H A Dstatement.cpp93 throw sqlite::api_error::from_database(db, api_function); in handle_bind_error()
198 throw api_error::from_database(_pimpl->db, "sqlite3_step"); in step()
224 throw api_error::from_database(_pimpl->db, "sqlite3_column_name"); in column_name()
H A Dexceptions.hpp62 static api_error from_database(database&, const std::string&);
H A Dexceptions.cpp82 sqlite::api_error::from_database(database& database_, in from_database() function in sqlite::api_error
H A Dexceptions_test.cpp66 const sqlite::api_error e = sqlite::api_error::from_database( in ATF_TEST_CASE_BODY()