Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp84 handle_bind_error(sqlite::database& db, const char* api_function, in handle_bind_error() function
497 handle_bind_error(_pimpl->db, "sqlite3_bind_blob", error); in bind()
511 handle_bind_error(_pimpl->db, "sqlite3_bind_double", error); in bind()
525 handle_bind_error(_pimpl->db, "sqlite3_bind_int", error); in bind()
539 handle_bind_error(_pimpl->db, "sqlite3_bind_int64", error); in bind()
552 handle_bind_error(_pimpl->db, "sqlite3_bind_null", error); in bind()
571 handle_bind_error(_pimpl->db, "sqlite3_bind_text", error); in bind()