|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.townleyenterprises.persistence.QueryAdapter
This class implements empty methods for the QueryListener interface.
Constructor Summary | |
QueryAdapter()
|
Method Summary | |
void |
nextRow(QueryEvent event)
This method is called by the QueryHandler for each row processed in the result set. |
void |
queryCompleted(QueryEvent event)
This method is called by the QueryHandler after executing a query. |
void |
queryExecuted(QueryEvent event)
This method is called by the QueryHandler before executing a query. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryAdapter()
Method Detail |
public void queryCompleted(QueryEvent event)
queryCompleted
in interface QueryListener
event
- the QueryEvent containing the datapublic void queryExecuted(QueryEvent event)
queryExecuted
in interface QueryListener
event
- the QueryEvent containing the datapublic void nextRow(QueryEvent event) throws java.sql.SQLException
nextRow
in interface QueryListener
event
- the QueryEvent containing the data
java.sql.SQLException
- if something happens processing the result row
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |