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

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

Introduction

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

Usage

From source file org.mule.transport.jdbc.ExtendedQueryRunner.java

/**
 * An extended version of the Query runner that supports query timeouts
 * 
 * @since 2.2.6
 */
public class ExtendedQueryRunner extends QueryRunner {

From source file com.aw.core.dao.AWQueryRunner.java

/**
 * User: JCM
 * Date: 02/10/2007
 */
public class AWQueryRunner extends QueryRunner {
    protected final Log logger = LogFactory.getLog(getClass());

From source file gov.va.vinci.leo.tools.db.DataManager.java

/**
 * Handle the database connection, query, and result set.  Returns one row at a time in
 * the form of an ArrayList<String> via  the getRow method.
 *
 * @author thomasginter
 */