Lines Matching full:throw

81 /// \throw std::bad_alloc If there was no memory for the binding.
82 /// \throw api_error If the binding fails for any other reason.
93 throw std::bad_alloc(); in handle_bind_error()
95 throw sqlite::api_error::from_database(db, api_function); in handle_bind_error()
187 /// \throw api_error If the processing of the step raises an 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()
249 /// \throw value_error If the name cannot be found.
265 throw invalid_column_error(_pimpl->db.db_filename(), name); in column_id()
368 /// \throw error If the type of the cell to retrieve is invalid.
369 /// \throw invalid_column_error If name is invalid.
375 throw sqlite::error(_pimpl->db.db_filename(), in safe_column_blob()
387 /// \throw error If the type of the cell to retrieve is invalid.
388 /// \throw invalid_column_error If name is invalid.
394 throw sqlite::error(_pimpl->db.db_filename(), in safe_column_double()
406 /// \throw error If the type of the cell to retrieve is invalid.
407 /// \throw invalid_column_error If name is invalid.
413 throw sqlite::error(_pimpl->db.db_filename(), in safe_column_int()
425 /// \throw error If the type of the cell to retrieve is invalid.
426 /// \throw invalid_column_error If name is invalid.
432 throw sqlite::error(_pimpl->db.db_filename(), in safe_column_int64()
444 /// \throw error If the type of the cell to retrieve is invalid.
445 /// \throw invalid_column_error If name is invalid.
451 throw sqlite::error(_pimpl->db.db_filename(), in safe_column_text()
463 /// \throw error If the type of the cell to retrieve the size of is invalid.
464 /// \throw invalid_column_error If name is invalid.
471 throw sqlite::error(_pimpl->db.db_filename(), in safe_column_bytes()
491 /// \throw api_error If the binding fails.
506 /// \throw api_error If the binding fails.
520 /// \throw api_error If the binding fails.
534 /// \throw api_error If the binding fails.
547 /// \throw api_error If the binding fails.
565 /// \throw api_error If the binding fails.