Package | Description |
---|---|
weka.gui.sql | |
weka.gui.sql.event |
Modifier and Type | Field and Description |
---|---|
protected DbUtils |
QueryPanel.m_DbUtils
for working on the database.
|
protected DbUtils |
ConnectionPanel.m_DbUtils
for connecting to the database.
|
Modifier and Type | Field and Description |
---|---|
protected DbUtils |
QueryExecuteEvent.m_DbUtils
the Db utils instance for the current DB connection
|
protected DbUtils |
ConnectionEvent.m_DbUtils
the databaseutils instance reponsible for the connection
|
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 © 2015 University of Waikato, Hamilton, NZ. All rights reserved.