com.knowledgebooks.db
Interface IResultSetHandler
- All Known Implementing Classes:
- DefaultResultSetHandler
public interface IResultSetHandler
Interface for application specific callback classes that handle
result sets from SQL queries in an application specific way.
Copyright 2002-2008 by Mark Watson. All rights reserved.
This software is not public domain. It can be legally
used under either of the following licenses:
1. KnowledgeBooks.com Non Commercial Royality Free License
2. KnowledgeBooks.com Commercial Use License
see www.knowledgebooks.com for details
handleResultSet
void handleResultSet(java.sql.ResultSet rs)
throws java.sql.SQLException
- Throws:
java.sql.SQLException