Class UcpDataSourceFactory
java.lang.Object
io.helidon.data.sql.datasource.ucp.UcpDataSourceFactory
UCP
DataSource
factory.
Builds UCP DataSource
instance from config.-
Method Summary
Modifier and TypeMethodDescriptionstatic DataSource
Create new instance of UCPDataSource
.static DataSource
create
(UcpDataSourceConfig dataSourceConfig) Create new instance of UCPDataSource
.
-
Method Details
-
create
Create new instance of UCPDataSource
.- Parameters:
config
- UCPDataSource
specific configuration node.- Returns:
- new instance of UCP
DataSource
-
create
Create new instance of UCPDataSource
.- Parameters:
dataSourceConfig
- UCPDataSource
specific configuration.- Returns:
- new instance of UCP
DataSource
-