nextcloud-server/lib/private/DB
Carl Schwan 9ec0cb0a90 Fix psalm issues related to the user backend
- Reflect the actual return value returned by the implementation in the
  the interface. E.g. IUser|bool -> IUser|false
- Remove $hasLoggedIn parameter from private countUser implementation.
  Replace the two call with the equivalent countSeenUser
- getBackend is nuallable, add this to the interface
- Use backend interface to make psalm happy about call to undefined
  methods. Also helps with getting rid at some point of the old
  implementActions

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-20 17:14:58 +02:00
..
Exceptions
QueryBuilder Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
Adapter.php Check style update 2022-01-13 00:19:07 +01:00
AdapterMySQL.php
AdapterOCI8.php
AdapterPgSql.php Check style update 2022-01-13 00:19:07 +01:00
AdapterSqlite.php
BacktraceDebugStack.php record backtrace when profiling db requests 2022-04-04 18:12:30 +02:00
Connection.php record backtrace when profiling db requests 2022-04-04 18:12:30 +02:00
ConnectionAdapter.php
ConnectionFactory.php Allow specify a config prefix for another database connection 2022-02-03 17:16:03 +01:00
DbDataCollector.php record backtrace when profiling db requests 2022-04-04 18:12:30 +02:00
MigrationException.php
MigrationService.php Log missing primary key until we make it a requirement 2022-04-08 10:47:24 +02:00
Migrator.php
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php
MySQLMigrator.php
MySqlTools.php
ObjectParameter.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
OCSqlitePlatform.php
OracleConnection.php
OracleMigrator.php
PgSqlTools.php
PostgreSqlMigrator.php
PreparedStatement.php
ResultAdapter.php
SchemaWrapper.php
SetTransactionIsolationLevel.php
SQLiteMigrator.php
SQLiteSessionInit.php