Searched refs:getTotalStatementsCount (Results 1 – 2 of 2) sorted by relevance
2732 (a, b) -> Long.compare(b.getTotalStatementsCount(), a.getTotalStatementsCount())); in dumpAll()2736 totalStatementsCount += dbPool.getTotalStatementsCount(); in dumpAll()2746 " " + dbPool.getPath() + " : " + dbPool.getTotalStatementsCount()); in dumpAll()
1253 public long getTotalStatementsCount() { in getTotalStatementsCount() method in SQLiteConnectionPool