public class DataSourceFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static javax.sql.DataSource |
createDataSource(DataSourceInformation dataSourceInformation)
Factory method to create a DataSource based on provided information
which is encapsulated in the DataSourceInformation object.
|
public static javax.sql.DataSource createDataSource(DataSourceInformation dataSourceInformation)
dataSourceInformation
- Information about DataSourceCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.