Interface DataSourceFactory

    • Method Detail

      • createDataSource

        javax.sql.DataSource createDataSource​(SourceContext context)
                                       throws java.lang.Exception
        Creates the DataSource.
        Parameters:
        context - SourceContext to configure the DataSource.
        Returns:
        DataSource.
        Throws:
        java.lang.Exception - If fails to create the DataSource.