net.sf.farrago.test
Class FarragoProfiler

java.lang.Object
  extended by net.sf.farrago.test.FarragoProfiler

public class FarragoProfiler
extends Object

This class is intended for use with a profiler.

Version:
$Id: //open/dev/farrago/src/net/sf/farrago/test/FarragoProfiler.java#6 $
Author:
John V. Sichi

Constructor Summary
FarragoProfiler()
           
 
Method Summary
static void main(String[] args)
          Provides an entry point for profiling the SQL engine.
private static void runProfiledQuery(Statement stmt)
           
private static void runQuery(Statement stmt)
           
private static void runTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FarragoProfiler

public FarragoProfiler()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Provides an entry point for profiling the SQL engine.

Parameters:
args - unused
Throws:
Exception

runTest

private static void runTest()
                     throws SQLException
Throws:
SQLException

runProfiledQuery

private static void runProfiledQuery(Statement stmt)
                              throws SQLException
Throws:
SQLException

runQuery

private static void runQuery(Statement stmt)
                      throws SQLException
Throws:
SQLException