|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.datastorm.DataStorm
This is the main class for starting up Data Storm.
Any normal usage should only entail using this class.
| 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 |
public DataStorm()
| Method Detail |
public void show(DataSource dataSource,
String sql)
public void show(Connection connection)
public void show(DataSource dataSource)
public void show(Connection connection,
String sql)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||