
Class SQLDataProvider
java.lang.Object
org.hl7.fhir.r5.testfactory.dataprovider.TableDataProvider
org.hl7.fhir.r5.testfactory.dataprovider.SQLDataProvider
Concrete implementation of TableDataProvider that reads data from a SQL database table.
-
Constructor Summary
ConstructorsConstructorDescriptionSQLDataProvider
(Connection connection, String tableName) Constructs an SQLDataProvider. -
Method Summary
Methods inherited from class org.hl7.fhir.r5.testfactory.dataprovider.TableDataProvider
forFile
-
Constructor Details
-
SQLDataProvider
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
-
columns
- Specified by:
columns
in classTableDataProvider
-
nextRow
- Specified by:
nextRow
in classTableDataProvider
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
cells
- Specified by:
cells
in classTableDataProvider
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
cell
- Specified by:
cell
in classTableDataProvider
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
close
Closes the ResultSet and releases the database resources.- Throws:
IOException
- If a database access error occurs.
-
reset
- Specified by:
reset
in classTableDataProvider
- Throws:
org.hl7.fhir.exceptions.FHIRException
-