db4o 7.4

com.db4o.tools
Class Statistics

java.lang.Object
  extended by com.db4o.tools.Statistics

public class Statistics
extends java.lang.Object

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/


Constructor Summary
Statistics()
           
 
Method Summary
static void main(java.lang.String[] args)
          the main method that runs the statistics.
 void run(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistics

public Statistics()
Method Detail

main

public static void main(java.lang.String[] args)
the main method that runs the statistics.

Parameters:
args - a String array of length 1, with the name of the database file as element 0.

run

public void run(java.lang.String filename)

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.