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

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

Introduction

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

Usage

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

/**
 * Processes a row from a {@link ResultSet} using the column labels
 * instead of the column names.
 * <p/>
 * This is needed because some database drivers return different values for the
 * column name and column label. {@link BasicRowProcessor} uses column names,

From source file com.aw.core.util.QTTbBnMapperBasicRowProcessor.java

/**
 * User: Manuel Flores
 * Date: 11/10/2007
 */
public class QTTbBnMapperBasicRowProcessor extends BasicRowProcessor implements AWQueryExecuter.RowHandler {
    private final QTTablaABeanMapper beanMapper;

From source file org.openconcerto.sql.model.RawRowProcessor.java

/**
 * @author ILM Informatique 19 juil. 2004
 */
public class RawRowProcessor extends BasicRowProcessor {

    public Map toMap(ResultSet rs) throws SQLException {

From source file be.bittich.dynaorm.maping.DynaRowProcessor.java

/**
 * Implementation of BasicRowProcessor
 *
 * @author Nordine
 */
public class DynaRowProcessor extends BasicRowProcessor {