public class JDBCPooledDataSource extends Object
| Constructor and Description | 
|---|
JDBCPooledDataSource()  | 
| Modifier and Type | Method and Description | 
|---|---|
static DataSource | 
getDataSource(String driver,
             String url,
             String user,
             String pass)  | 
static void | 
main(String[] args)  | 
public JDBCPooledDataSource()
public static DataSource getDataSource(String driver, String url, String user, String pass) throws Exception
ExceptionCopyright © 2020 BioJava. All rights reserved.