Package net.zetetic.database.sqlcipher
Class SQLiteDebug.DbStats
-
- All Implemented Interfaces:
public class SQLiteDebug.DbStatscontains statistics about a database
-
-
Constructor Summary
Constructors Constructor Description SQLiteDebug.DbStats(String dbName, long pageCount, long pageSize, int lookaside, int hits, int misses, int cachesize)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
SQLiteDebug.DbStats
SQLiteDebug.DbStats(String dbName, long pageCount, long pageSize, int lookaside, int hits, int misses, int cachesize)
-
-
-
-