Interface SQLDataSourceLocator


  • public interface SQLDataSourceLocator
    Data 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 databases
      DataSource lookup​(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