public static class SQLiteDebug.DbStats extends Object
Modifier and Type | Field and Description |
---|---|
String |
cache
statement cache stats: hits/misses/cachesize
|
String |
dbName
name of the database
|
long |
dbSize
the database size
|
int |
lookaside
documented here http://www.sqlite.org/c3ref/c_dbstatus_lookaside_used.html
|
long |
pageSize
the page size for the database
|
public String dbName
public long pageSize
public long dbSize
public int lookaside
public String cache
public DbStats(String dbName, long pageCount, long pageSize, int lookaside, int hits, int misses, int cachesize)