mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Debug info: summarize identities
This commit is contained in:
@@ -121,6 +121,10 @@ public interface DaoOperation {
|
||||
@Query("SELECT COUNT(id) FROM operation")
|
||||
int getOperationCount();
|
||||
|
||||
@Query("SELECT COUNT(id) FROM operation" +
|
||||
" WHERE name = :name")
|
||||
int getOperationCount(String name);
|
||||
|
||||
@Query("SELECT COUNT(id) FROM operation" +
|
||||
" WHERE account = :account")
|
||||
int getOperationCount(long account);
|
||||
|
||||
Reference in New Issue
Block a user