Example usage for org.apache.commons.dbutils RowProcessor interface-usage

List of usage examples for org.apache.commons.dbutils RowProcessor interface-usage

Introduction

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

Usage

From source file org.vruum.unstack.norm.CustomBasicRowProcessor.java

public class CustomBasicRowProcessor implements RowProcessor {

    private static final CustomBeanProcessor defaultConvert = new CustomBeanProcessor();
    private static final CustomBasicRowProcessor instance = new CustomBasicRowProcessor();

    @Deprecated

From source file velo.adapters.VeloDbUtilsRowProcessor.java

/**
 * Basic implementation of the <code>RowProcessor</code> interface.
 * 
 * <p>
 * This class is thread-safe.
 * </p>

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

/**
 * Basic implementation of the <code>RowProcessor</code> interface.
 *
 * <p>
 * This class is thread-safe.
 * </p>