net.sf.farrago.test
Class FarragoProfiler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FarragoProfiler
public FarragoProfiler()
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