org.datastorm
Class DataStorm

java.lang.Object
  extended byorg.datastorm.DataStorm

public class DataStorm
extends Object

This is the main class for starting up Data Storm.

Any normal usage should only entail using this class.

Author:
Kasper B. Graversen, (c) 2007-2008

Constructor Summary
DataStorm()
           
 
Method Summary
 void show(Connection connection)
          Show the Data Storm window
 void show(Connection connection, String sql)
          Show the Data Storm window and fire a sql query automatically.
 void show(DataSource dataSource)
          Show the Data Storm window
 void show(DataSource dataSource, String sql)
          Show the Data Storm window and fire a sql query automatically.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataStorm

public DataStorm()
Method Detail

show

public void show(DataSource dataSource,
                 String sql)
Show the Data Storm window and fire a sql query automatically.


show

public void show(Connection connection)
Show the Data Storm window


show

public void show(DataSource dataSource)
Show the Data Storm window


show

public void show(Connection connection,
                 String sql)
Show the Data Storm window and fire a sql query automatically.