Class SQLiteDebug.DbStats

  • All Implemented Interfaces:

    
    public class SQLiteDebug.DbStats
    
                        

    contains statistics about a database

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SQLiteDebug.DbStats(String dbName, long pageCount, long pageSize, int lookaside, int hits, int misses, int cachesize)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SQLiteDebug.DbStats

        SQLiteDebug.DbStats(String dbName, long pageCount, long pageSize, int lookaside, int hits, int misses, int cachesize)
    • Method Detail