Uses of Interface
net.pricefx.server.protocol.StreamResults
-
Uses of StreamResults in net.pricefx.formulaengine
Modifier and TypeMethodDescriptionDatamartContext.streamQuery
(DatamartContext.Query query) Executes the givenDatamartContext.Query
and returns a result, so that one row at the time can be examined.DatamartContext.streamSqlQuery
(DatamartContext.SqlQuery query) Executes the givenDatamartContext.SqlQuery
and returns a result, so that one row at the time can be examined.Modifier and TypeMethodDescriptionint
TableContext.loadRows
(String tableName, StreamResults results)