Home
last modified time | relevance | path

Searched refs:DbException (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/databases/db18/db-18.1.40/lang/cxx/
H A Dcxx_except.cpp35 DbException::~DbException() throw() in ~DbException()
40 DbException::DbException(int err) in DbException() function in DbException
47 DbException::DbException(const char *description) in DbException() function in DbException
54 DbException::DbException(const char *description, int err) in DbException() function in DbException
68 DbException::DbException(const DbException &that) in DbException() function in DbException
76 DbException &DbException::operator = (const DbException &that) in operator =()
168 : DbException(that) in DbMemoryException()
204 : DbException(that) in DbDeadlockException()
252 : DbException(that) in DbLockNotGrantedException()
317 : DbException(that) in DbRepHandleDeadException()
[all …]
/dports/databases/db5/db-5.3.28/lang/cxx/
H A Dcxx_except.cpp35 DbException::~DbException() throw() in ~DbException()
40 DbException::DbException(int err) in DbException() function in DbException
47 DbException::DbException(const char *description) in DbException() function in DbException
54 DbException::DbException(const char *description, int err) in DbException() function in DbException
68 DbException::DbException(const DbException &that) in DbException() function in DbException
76 DbException &DbException::operator = (const DbException &that) in operator =()
168 : DbException(that) in DbMemoryException()
204 : DbException(that) in DbDeadlockException()
252 : DbException(that) in DbLockNotGrantedException()
317 : DbException(that) in DbRepHandleDeadException()
[all …]
/dports/www/matomo/piwik/core/Tracker/Db/
H A DMysqli.php100 * @throws Exception|DbException if there was an error connecting the DB
192 * @throws Exception|DbException if an exception occurred
216 throw new DbException("Error query: " . $e->getMessage());
230 * @throws DbException if an exception occurred
254 throw new DbException("Error query: " . $e->getMessage());
265 * @throws DbException if an exception occurred
285 throw new DbException("Error query: " . $e->getMessage() . "
420 * @throws DbException
432 throw new DbException("Commit failed");
441 * @throws DbException
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Common/
H A DDbException.cs11 public abstract class DbException : System.Runtime.InteropServices.ExternalException class
13 protected DbException() : base() { } in DbException() method in System.Data.Common.DbException
15 protected DbException(string message) : base(message) { } in DbException() method in System.Data.Common.DbException
17 …protected DbException(string message, System.Exception innerException) : base(message, innerExcept… in DbException() method in System.Data.Common.DbException
19 protected DbException(string message, int errorCode) : base(message, errorCode) { } in DbException() method in System.Data.Common.DbException
21 …protected DbException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serializ… in DbException() method in System.Data.Common.DbException
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDbException.cs12 public abstract class DbException : System.Runtime.InteropServices.ExternalException { class
14 protected DbException() : base() { in DbException() method in System.Data.Common.DbException
17 protected DbException(System.String message) : base(message) { in DbException() method in System.Data.Common.DbException
20 …protected DbException(System.String message, System.Exception innerException) : base(message, inne… in DbException() method in System.Data.Common.DbException
23 … protected DbException(System.String message, System.Int32 errorCode) : base(message, errorCode) { in DbException() method in System.Data.Common.DbException
26 …protected DbException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serializ… in DbException() method in System.Data.Common.DbException
/dports/www/matomo/piwik/core/Tracker/Db/Pdo/
H A DMysql.php17 use Piwik\Tracker\Db\DbException; alias
148 * @throws Exception|DbException if an exception occurred
159 throw new DbException("Error query: " . $e->getMessage());
181 throw new DbException("Error query: " . $e->getMessage());
192 * @throws Exception|DbException if an exception occurred
203 throw new DbException("Error query: " . $e->getMessage());
213 * @throws DbException if an exception occurred
295 * @throws DbException
307 throw new DbException("Commit failed");
314 * @throws DbException
[all …]
/dports/databases/db5/db-5.3.28/lang/cxx/stl/
H A Ddbstl_exception.h64 class _exported DbstlException : public DbException
67 explicit DbstlException(const char *msg) : DbException(msg) {} in DbstlException()
68 DbstlException(const char *msg, int err) : DbException(msg, err) {} in DbstlException()
69 DbstlException(const DbstlException&ex) : DbException(ex) {} in DbstlException()
70 explicit DbstlException(int err) : DbException(err) {} in DbstlException()
72 DbException(prefix, msg, err) {} in DbstlException()
77 DbException::operator =
78 (dynamic_cast<const DbException&>(exobj));
/dports/databases/db18/db-18.1.40/lang/cxx/stl/
H A Ddbstl_exception.h64 class _exported DbstlException : public DbException
67 explicit DbstlException(const char *msg) : DbException(msg) {} in DbstlException()
68 DbstlException(const char *msg, int err) : DbException(msg, err) {} in DbstlException()
69 DbstlException(const DbstlException&ex) : DbException(ex) {} in DbstlException()
70 explicit DbstlException(int err) : DbException(err) {} in DbstlException()
72 DbException(prefix, msg, err) {} in DbstlException()
77 DbException::operator =
78 (dynamic_cast<const DbException&>(exobj));
/dports/databases/akonadi/akonadi-21.12.3/src/server/storage/
H A Ddbexception.cpp14 DbException::DbException(const QSqlQuery &query, const char *what) in DbException() function in DbException
21 const char *DbException::type() const throw() in type()
27 : DbException(query, "Database deadlock, unsuccessful after multiple retries") in DbDeadlockException()
H A Ddbexception.h18 class DbException : public Exception
21 explicit DbException(const QSqlQuery &query, const char *what = nullptr);
25 class DbDeadlockException : public DbException
/dports/databases/db5/db-5.3.28/examples/cxx/
H A DTpcbExample.cpp225 catch (DbException &dbe) { in main()
290 DbException except("Account file create failed", err); in populate()
299 DbException except("Account file close failed", err); in populate()
319 DbException except("Branch file create failed", err); in populate()
327 DbException except("Close of branch file failed", err); in populate()
347 DbException except("Teller file create failed", err); in populate()
356 DbException except("Close of teller file failed", err); in populate()
399 DbException except("failure initializing file", err); in populateTable()
483 DbException except("Open of account file failed", err); in run()
490 DbException except("Open of branch file failed", err); in run()
[all …]
H A DBtRecExample.cpp85 throw DbException(ret); in BtRecExample()
146 throw DbException(ret); in run()
155 throw DbException(ret); in run()
173 throw DbException(ret); in run()
217 catch (DbException &dbe) { in main()
/dports/databases/db18/db-18.1.40/examples/cxx/
H A DTpcbExample.cpp225 catch (DbException &dbe) { in main()
290 DbException except("Account file create failed", err); in populate()
299 DbException except("Account file close failed", err); in populate()
319 DbException except("Branch file create failed", err); in populate()
327 DbException except("Close of branch file failed", err); in populate()
347 DbException except("Teller file create failed", err); in populate()
356 DbException except("Close of teller file failed", err); in populate()
399 DbException except("failure initializing file", err); in populateTable()
483 DbException except("Open of account file failed", err); in run()
490 DbException except("Open of branch file failed", err); in run()
[all …]
H A DBtRecExample.cpp85 throw DbException(ret); in BtRecExample()
146 throw DbException(ret); in run()
155 throw DbException(ret); in run()
173 throw DbException(ret); in run()
217 catch (DbException &dbe) { in main()
/dports/www/nextcloud-calendar/calendar/lib/Service/Appointments/
H A DAppointmentConfigService.php36 use OCP\DB\Exception as DbException; alias
65 } catch (DbException $e) {
79 } catch (DbException $e) {
93 } catch (DbException $e) {
107 } catch (DbException | DoesNotExistException | MultipleObjectsReturnedException $e) {
201 } catch (DbException $e) {
/dports/www/newsboat/newsboat-2.22.1/include/
H A Ddbexception.h10 class DbException : public std::exception {
12 explicit DbException(sqlite3* h) in DbException() function
16 ~DbException() throw() override {} in throw()
/dports/databases/db5/db-5.3.28/examples/cxx/txn_guide/
H A DTxnGuideInMemory.cpp141 } catch(DbException &e) { in main()
156 } catch(DbException &e) { in main()
249 } catch (DbException &e) { in writerThread()
274 } catch (DbException &e) { in writerThread()
326 } catch (DbException &e) { in countRecords()
334 } catch (DbException &e) { in countRecords()
372 } catch (DbException &e) { in openDb()
H A DTxnGuide.cpp159 } catch(DbException &e) { in main()
174 } catch(DbException &e) { in main()
267 } catch (DbException &e) { in writerThread()
293 } catch (DbException &e) { in writerThread()
344 } catch (DbException &e) { in countRecords()
352 } catch (DbException &e) { in countRecords()
391 } catch (DbException &e) { in openDb()
/dports/databases/db18/db-18.1.40/examples/cxx/txn_guide/
H A DTxnGuideInMemory.cpp147 } catch(DbException &e) { in main()
162 } catch(DbException &e) { in main()
255 } catch (DbException &e) { in writerThread()
280 } catch (DbException &e) { in writerThread()
332 } catch (DbException &e) { in countRecords()
340 } catch (DbException &e) { in countRecords()
380 } catch (DbException &e) { in openDb()
H A DTxnGuide.cpp165 } catch(DbException &e) { in main()
180 } catch(DbException &e) { in main()
273 } catch (DbException &e) { in writerThread()
299 } catch (DbException &e) { in writerThread()
350 } catch (DbException &e) { in countRecords()
358 } catch (DbException &e) { in countRecords()
399 } catch (DbException &e) { in openDb()
/dports/databases/db5/db-5.3.28/examples/stl/
H A DStlTransactionGuideExample.cpp167 } catch(DbException &e) { in main()
261 } catch (DbException &e) { in writerThread()
269 } catch (DbException ex1) { in writerThread()
290 } catch (DbException &e) { in writerThread()
325 } catch (DbException &e) { in countRecords()
364 } catch (DbException &e) { in openDb()
H A DStlAccessExample.cpp70 catch (DbException &dbe) { in main()
116 } catch (DbException ex) { in run()
137 catch (DbException ex) { in run()
/dports/databases/db18/db-18.1.40/examples/stl/
H A DStlTransactionGuideExample.cpp167 } catch(DbException &e) { in main()
261 } catch (DbException &e) { in writerThread()
269 } catch (DbException ex1) { in writerThread()
290 } catch (DbException &e) { in writerThread()
325 } catch (DbException &e) { in countRecords()
364 } catch (DbException &e) { in openDb()
H A DStlAccessExample.cpp70 catch (DbException &dbe) { in main()
116 } catch (DbException ex) { in run()
137 catch (DbException ex) { in run()
/dports/www/nextcloud-calendar/calendar/lib/Db/
H A DAppointmentConfigMapper.php31 use OCP\DB\Exception as DbException; alias
61 * @throws DbException
91 * @throws DbException
108 * @throws DbException

12345678