public interface SQLDataSourceLocator
| Modifier and Type | Method and Description |
|---|---|
default List<SQLDataSourceDef> |
list()
Get the list of available data source definitions for connecting to SQL databases
|
DataSource |
lookup(SQLDataSetDef def)
Get the data source referenced in the SQL data set definition
|
DataSource lookup(SQLDataSetDef def) throws Exception
Exceptiondefault List<SQLDataSourceDef> list()
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.