mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
This seems to be a left over after abstracting DBAL. Nowadays, IQueryBuilder::executeStatement() only throws a \OCP\DB\Exception, where previously original DBAL exceptions where thrown. These are now wrapped, the orignal classes are now mapped to a reason. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |
||
|---|---|---|
| .. | ||
| Exceptions | ||
| QueryBuilder | ||
| Adapter.php | ||
| AdapterMySQL.php | ||
| AdapterOCI8.php | ||
| AdapterPgSql.php | ||
| AdapterSqlite.php | ||
| BacktraceDebugStack.php | ||
| Connection.php | ||
| ConnectionAdapter.php | ||
| ConnectionFactory.php | ||
| DbDataCollector.php | ||
| MigrationException.php | ||
| MigrationService.php | ||
| Migrator.php | ||
| MigratorExecuteSqlEvent.php | ||
| MissingColumnInformation.php | ||
| MissingIndexInformation.php | ||
| MissingPrimaryKeyInformation.php | ||
| MySQLMigrator.php | ||
| MySqlTools.php | ||
| ObjectParameter.php | ||
| OCSqlitePlatform.php | ||
| OracleConnection.php | ||
| OracleMigrator.php | ||
| PgSqlTools.php | ||
| PostgreSqlMigrator.php | ||
| PreparedStatement.php | ||
| ResultAdapter.php | ||
| SchemaWrapper.php | ||
| SetTransactionIsolationLevel.php | ||
| SQLiteMigrator.php | ||
| SQLiteSessionInit.php | ||