Home
last modified time | relevance | path

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

/dports/databases/sqlitecpp/SQLiteCpp-3.1.1-28-g0c46d86/src/
H A DException.cpp26 Exception::Exception(sqlite3* apSQLite) : in Exception() argument
27 std::runtime_error(sqlite3_errmsg(apSQLite)), in Exception()
28 mErrcode(sqlite3_errcode(apSQLite)), in Exception()
29 mExtendedErrcode(sqlite3_extended_errcode(apSQLite)) in Exception()
33 Exception::Exception(sqlite3* apSQLite, int ret) : in Exception() argument
34 std::runtime_error(sqlite3_errmsg(apSQLite)), in Exception()
36 mExtendedErrcode(sqlite3_extended_errcode(apSQLite)) in Exception()
H A DStatement.cpp354 Statement::Ptr::Ptr(sqlite3* apSQLite, std::string& aQuery) : in Ptr() argument
355 mpSQLite(apSQLite), in Ptr()
359 …const int ret = sqlite3_prepare_v2(apSQLite, aQuery.c_str(), static_cast<int>(aQuery.size()), &mpS… in Ptr()
362 throw SQLite::Exception(apSQLite, ret); in Ptr()
H A DDatabase.cpp84 void Database::Deleter::operator()(sqlite3* apSQLite) in operator ()() argument
86 …const int ret = sqlite3_close(apSQLite); // Calling sqlite3_close() with a nullptr argument is a h… in operator ()()
/dports/games/warzone2100/warzone2100/3rdparty/SQLiteCpp/src/
H A DException.cpp26 Exception::Exception(sqlite3* apSQLite) : in Exception() argument
27 std::runtime_error(sqlite3_errmsg(apSQLite)), in Exception()
28 mErrcode(sqlite3_errcode(apSQLite)), in Exception()
29 mExtendedErrcode(sqlite3_extended_errcode(apSQLite)) in Exception()
33 Exception::Exception(sqlite3* apSQLite, int ret) : in Exception() argument
34 std::runtime_error(sqlite3_errmsg(apSQLite)), in Exception()
36 mExtendedErrcode(sqlite3_extended_errcode(apSQLite)) in Exception()
H A DStatement.cpp354 Statement::Ptr::Ptr(sqlite3* apSQLite, std::string& aQuery) : in Ptr() argument
355 mpSQLite(apSQLite), in Ptr()
359 …const int ret = sqlite3_prepare_v2(apSQLite, aQuery.c_str(), static_cast<int>(aQuery.size()), &mpS… in Ptr()
362 throw SQLite::Exception(apSQLite, ret); in Ptr()
H A DDatabase.cpp84 void Database::Deleter::operator()(sqlite3* apSQLite) in operator ()() argument
86 …const int ret = sqlite3_close(apSQLite); // Calling sqlite3_close() with a nullptr argument is a h… in operator ()()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/SQLiteCpp/src/
H A DException.cpp46 Exception::Exception(sqlite3* apSQLite) : in Exception() argument
47 std::runtime_error(sqlite3_errmsg(apSQLite)), in Exception()
48 mErrcode(sqlite3_errcode(apSQLite)), in Exception()
49 mExtendedErrcode(sqlite3_extended_errcode(apSQLite)) in Exception()
53 Exception::Exception(sqlite3* apSQLite, int ret) : in Exception() argument
54 std::runtime_error(sqlite3_errmsg(apSQLite)), in Exception()
56 mExtendedErrcode(sqlite3_extended_errcode(apSQLite)) in Exception()
H A DStatement.cpp407 Statement::Ptr::Ptr(sqlite3* apSQLite, std::string& aQuery) : in Ptr() argument
408 mpSQLite(apSQLite), in Ptr()
412 …const int ret = sqlite3_prepare_v2(apSQLite, aQuery.c_str(), static_cast<int>(aQuery.size()), &mpS… in Ptr()
415 throw SQLite::Exception(apSQLite, ret); in Ptr()
/dports/databases/sqlitecpp/SQLiteCpp-3.1.1-28-g0c46d86/include/SQLiteCpp/
H A DException.h61 explicit Exception(sqlite3* apSQLite);
69 Exception(sqlite3* apSQLite, int ret);
H A DDatabase.h225 void operator()(sqlite3* apSQLite);
H A DStatement.h714 Ptr(sqlite3* apSQLite, std::string& aQuery);
/dports/games/warzone2100/warzone2100/3rdparty/SQLiteCpp/include/SQLiteCpp/
H A DException.h61 explicit Exception(sqlite3* apSQLite);
69 Exception(sqlite3* apSQLite, int ret);
H A DDatabase.h225 void operator()(sqlite3* apSQLite);
H A DStatement.h714 Ptr(sqlite3* apSQLite, std::string& aQuery);
/dports/astro/opencpn/OpenCPN-5.2.4/libs/SQLiteCpp/include/SQLiteCpp/
H A DException.h70 explicit Exception(sqlite3* apSQLite);
78 Exception(sqlite3* apSQLite, int ret);
H A DStatement.h641 Ptr(sqlite3* apSQLite, std::string& aQuery);