| |
|
| java.lang.Object com.db4o.tools.QueryStats
QueryStats | public class QueryStats (Code) | | Keeps track of query statistics.
|
Method Summary | |
public int | activationCount() How many objects were activated so far. | public void | connect(ObjectContainer container) Starts gathering query statistics for the specified container. | public void | disconnect() Disconnects from the current container. | public long | executionTime() How long the last query took to execute. |
_activationCount | protected int _activationCount(Code) | | |
activationCount | public int activationCount()(Code) | | How many objects were activated so far.
|
connect | public void connect(ObjectContainer container)(Code) | | Starts gathering query statistics for the specified container.
|
disconnect | public void disconnect()(Code) | | Disconnects from the current container.
|
executionTime | public long executionTime()(Code) | | How long the last query took to execute.
time in miliseconds |
|
|
|