Package org.dashbuilder.dataprovider.sql
Interface SQLDataSourceLocator
-
public interface SQLDataSourceLocatorData source locator interface for SQL providers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default List<org.dashbuilder.dataset.def.SQLDataSourceDef>list()Get the list of available data source definitions for connecting to SQL databasesDataSourcelookup(org.dashbuilder.dataset.def.SQLDataSetDef def)Get the data source referenced in the SQL data set definition
-
-
-
Method Detail
-
lookup
DataSource lookup(org.dashbuilder.dataset.def.SQLDataSetDef def) throws Exception
Get the data source referenced in the SQL data set definition- Throws:
Exception
-
list
default List<org.dashbuilder.dataset.def.SQLDataSourceDef> list()
Get the list of available data source definitions for connecting to SQL databases- Returns:
- A list of data source definitions
-
-