Uses of Interface
net.pricefx.server.protocol.StreamResults
-
Packages that use StreamResults Package Description net.pricefx.formulaengine -
-
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)
Executes the givenDatamartContext.Query
and return so that it can be examined one row at the time.Methods in net.pricefx.formulaengine with parameters of type StreamResults Modifier and Type Method Description int
TableContext. loadRows(String tableName, StreamResults results)
-