public static class SQLiteDebug.DbStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.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
|
Constructor and Description |
---|
SQLiteDebug.DbStats(java.lang.String dbName,
long pageCount,
long pageSize,
int lookaside) |