Package | Description |
---|---|
weka.gui.sql.event |
Modifier and Type | Method and Description |
---|---|
DbUtils |
QueryExecuteEvent.getDbUtils()
returns the DbUtils instance that was executed the query
|
DbUtils |
ConnectionEvent.getDbUtils()
returns the DbUtils instance that is responsible for the
connect/disconnect.
|
Constructor and Description |
---|
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
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.