Class Query.NonStreamingReader
java.lang.Object
com.inductiveautomation.historian.gateway.types.widedb.Query.Reader
com.inductiveautomation.historian.gateway.types.widedb.Query.NonStreamingReader
- Enclosing class:
- Query
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
NonStreamingReader
(SRConnection conn, PreparedStatement stmt, ResultSet rs) -
Method Summary
Modifier and TypeMethodDescriptionprotected List<AbstractHistoryQueryExecutor.ColumnDataType>
protected IndexedQualifiedValue
readNext()
protected void
start()
Methods inherited from class com.inductiveautomation.historian.gateway.types.widedb.Query.Reader
close
-
Constructor Details
-
NonStreamingReader
-
-
Method Details
-
getAllValues
- Specified by:
getAllValues
in classQuery.Reader
-
getColumnTypes
- Specified by:
getColumnTypes
in classQuery.Reader
-
start
- Overrides:
start
in classQuery.Reader
- Throws:
Exception
-
readNext
- Specified by:
readNext
in classQuery.Reader
- Throws:
Exception
-