Class SQLDataProvider

java.lang.Object
org.hl7.fhir.r5.testfactory.dataprovider.TableDataProvider
org.hl7.fhir.r5.testfactory.dataprovider.SQLDataProvider

public class SQLDataProvider extends TableDataProvider
Concrete implementation of TableDataProvider that reads data from a SQL database table.
  • Constructor Details

    • SQLDataProvider

      public SQLDataProvider(Connection connection, String tableName) throws IOException
      Constructs an SQLDataProvider.
      Parameters:
      connection - The SQL database connection.
      tableName - The name of the table to read.
      Throws:
      IOException - If a database access error occurs.
  • Method Details