Uses of Class
simpledb.metadata.StatInfo

Packages that use StatInfo
simpledb.metadata   
 

Uses of StatInfo in simpledb.metadata
 

Methods in simpledb.metadata that return StatInfo
 StatInfo StatMgr.getStatInfo(java.lang.String tblname, TableInfo ti, Transaction tx)
          Returns the statistical information about the specified table.
 StatInfo MetadataMgr.getStatInfo(java.lang.String tblname, TableInfo ti, Transaction tx)