Example usage for org.apache.ibatis.datasource.pooled PooledDataSource subclass-usage

List of usage examples for org.apache.ibatis.datasource.pooled PooledDataSource subclass-usage

Introduction

In this page you can find the example usage for org.apache.ibatis.datasource.pooled PooledDataSource subclass-usage.

Usage

From source file com.ibatis.common.jdbc.SimpleDataSource.java

public class SimpleDataSource extends PooledDataSource {

    // Required Properties
    private static final String PROP_JDBC_DRIVER = "JDBC.Driver";
    private static final String PROP_JDBC_URL = "JDBC.ConnectionURL";
    private static final String PROP_JDBC_USERNAME = "JDBC.Username";