- All Superinterfaces:
- com.speechstorm.fish.scripting.AsyncResponse
- All Known Subinterfaces:
- AsyncSqlStoredProcedureResponse
public interface AsyncSqlRowsResponse
extends com.speechstorm.fish.scripting.AsyncResponse
The result of a SQL query that is expected to return zero or more rows, e.g. a
SELECT statement.
Note: you MUST call the close() method on the DBRows object that is returned,
otherwise the connection and associated resources will not be returned to the
connection pool; this will quickly cause your connection pool to run dry and
you will be unable to make new database requests.
- Author:
- morr