Example usage for org.apache.commons.dbutils AbstractQueryRunner subclass-usage

List of usage examples for org.apache.commons.dbutils AbstractQueryRunner subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.dbutils AbstractQueryRunner subclass-usage.

Usage

From source file org.batoo.jpa.core.impl.jdbc.dbutils.QueryRunner.java

/**
 * Executes SQL queries with pluggable strategies for handling <code>ResultSet</code>s. This class is thread safe.
 * 
 * @see ResultSetHandler
 */
public class QueryRunner extends AbstractQueryRunner {

From source file com.github.tosdan.utils.sql.MyQueryRunner.java

/**
* Executes SQL queries with pluggable strategies for handling
* <code>ResultSet</code>s.  This class is thread safe.
*
* @see ResultSetHandler
*/

From source file com.untzuntz.coredata.QueryRunner.java

/**
 * Executes SQL queries with pluggable strategies for handling
 * <code>ResultSet</code>s.  This class is thread safe.
 *
 * NOTE: THIS HAS BEEN PULLED IN AND PATCHED AGAINST V1.5 OF DBUTILS. 
 *        THE PATCH ALLOWS A INSERT CALL TO GET THE PK OF THE INSERTED ITEM

From source file org.bidtime.dbutils.QueryRunnerEx.java

/**
 * Executes SQL queries with pluggable strategies for handling
 * <code>ResultSet</code>s.  This class is thread safe.
 *
 * @see ResultSetHandler
 */