| java.lang.Object org.mandarax.jdbc.client.QueryHelper
QueryHelper | public class QueryHelper (Code) | | Utility to issue query and to fetch the results in chunks.
author: Jens Dietrich version: 3.3.2 <29 December 2004> since: 3.0 |
executeQuery | public static ResultSet executeQuery(Transport transport, Call call, int fetchSize, Object caller) throws SQLException(Code) | | Execute a query using the call and a particular transport.
Parameters: transport - the transport (plumbing) Parameters: call - the call that describes which method to call on the server in order to obtainthe result set Parameters: fetchSize - the fetch size used (number of rows fetched at once) Parameters: the - caller (statement, connection etc) a result set |
|
|