-
public class SQLiteDebug.DbStats
contains 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)
-
-
-
Constructor Detail
-
SQLiteDebug.DbStats
SQLiteDebug.DbStats(String dbName, long pageCount, long pageSize, int lookaside, int hits, int misses, int cachesize)
-
-