Uses of Class
net.sf.jbenchmark.sql.AbstractSQLCallTest

Packages that use AbstractSQLCallTest
net.sf.jbenchmark.sql Contains classes that interact with the java.sql packages of java and deal with database specific tasks. 
 

Uses of AbstractSQLCallTest in net.sf.jbenchmark.sql
 

Subclasses of AbstractSQLCallTest in net.sf.jbenchmark.sql
 class SQLQueryTest
          A benchmark test for running queries.
 class StoredProcedureTest
          Encapsulates a single test that executes a stored procedure.