Uses of Interface
net.pricefx.server.protocol.StreamResults
Packages that use StreamResults
-
Uses of StreamResults in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine that return StreamResultsModifier 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.Methods in net.pricefx.formulaengine with parameters of type StreamResultsModifier and TypeMethodDescriptionint
TableContext.loadRows
(String tableName, StreamResults results)