scriptella.spi
Class AbstractConnection.StatementCounter

java.lang.Object
  extended by scriptella.spi.AbstractConnection.StatementCounter
Enclosing class:
AbstractConnection

public static class AbstractConnection.StatementCounter
extends java.lang.Object

Helper class to use for executed statements counting.


Field Summary
 long statements
          Stores number of executed statements.
 
Constructor Summary
AbstractConnection.StatementCounter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statements

public volatile long statements
Stores number of executed statements.

Constructor Detail

AbstractConnection.StatementCounter

public AbstractConnection.StatementCounter()


Copyright © Copyright 2006-2009 The Scriptella Project Team.