Uses of Interface
net.pricefx.server.protocol.StreamResults
-
Packages that use StreamResults Package Description net.pricefx.formulaengine Provides Formula Engine API classes. -
-
Uses of StreamResults in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine that return StreamResults Modifier and Type Method Description StreamResults
DatamartContext. streamQuery(DatamartContext.Query query)
Deprecated.As of release 8.1, replaced byDatamartContext.consumeData(Query, Closure)
Executes the givenDatamartContext.Query
and returns a result, so that one row at the time can be examined.Methods in net.pricefx.formulaengine with parameters of type StreamResults Modifier and Type Method Description int
TableContext. loadRows(String tableName, StreamResults results)
-