|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbUtils | |
|---|---|
| weka.gui.sql.event | |
| Uses of DbUtils in weka.gui.sql.event |
|---|
| Methods in weka.gui.sql.event that return DbUtils | |
|---|---|
DbUtils |
ConnectionEvent.getDbUtils()
returns the DbUtils instance that is responsible for the connect/disconnect. |
DbUtils |
QueryExecuteEvent.getDbUtils()
returns the DbUtils instance that was executed the query |
| Constructors in weka.gui.sql.event with parameters of type DbUtils | |
|---|---|
ConnectionEvent(Object source,
int type,
DbUtils utils)
constructs the event |
|
ConnectionEvent(Object source,
int type,
DbUtils utils,
Exception ex)
constructs the event |
|
QueryExecuteEvent(Object source,
DbUtils utils,
String query,
int rows,
ResultSet rs,
Exception ex)
constructs the event |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||