Interface DataSources

    • Method Detail

      • getDataSource

        List<DataSource> getDataSource()
        Get the datasource.
        Returns:
        the datasource.
      • getXaDataSource

        List<XaDataSource> getXaDataSource()
        Get the xaDataSource.
        Returns:
        the xaDataSource.
      • getDrivers

        List<Driver> getDrivers()
        Get the list of drivers
        Returns:
        the list of drivers.
      • getDriver

        Driver getDriver​(String name)
        Get the driver with given name
        Parameters:
        name - driver's name
        Returns:
        the driver wit given name.