public class RDBDataSourceFactory extends Object
DataSources based on a JDBC connection URL.| Constructor and Description |
|---|
RDBDataSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DataSource |
forJdbcUrl(String url,
String username,
String passwd) |
static DataSource |
forJdbcUrl(String url,
String username,
String passwd,
String driverName) |
public static DataSource forJdbcUrl(String url, String username, String passwd, String driverName)
public static DataSource forJdbcUrl(String url, String username, String passwd)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.