| java.lang.Object com.db4o.tools.Statistics
Statistics | public class Statistics (Code) | | prints statistics about a database file to System.out.
Pass the database file path as an argument.
This class is not part of db4o.jar!
It is delivered as sourcecode in the
path ../com/db4o/tools/
|
Method Summary | |
public static void | main(String[] args) the main method that runs the statistics. | public void | run(String filename) |
main | public static void main(String[] args)(Code) | | the main method that runs the statistics.
Parameters: args - a String array of length 1, with the name of the databasefile as element 0. |
|
|