Class Streamer.Row
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.streams.Streamer.Row
-
- Enclosing class:
- Streamer
public static class Streamer.Row extends java.lang.Object
Inner class representing each row of theResultSet
as it flows down the stream. This implementation assumes you know what type each of the columns should be, and their order
-
-
Constructor Summary
Constructors Constructor Description Row(java.sql.ResultSet rs, java.lang.String[] columnNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
getCols()
java.lang.String[]
getColumnNames()
-