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 StreamResultsDatamartContext. streamQuery(DatamartContext.Query query)Executes the givenDatamartContext.Queryand 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 intTableContext. loadRows(String tableName, StreamResults results)
-