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.Queryand returns a result, so that one row at the time can be examined.DatamartContext.streamSqlQuery(DatamartContext.SqlQuery query) Executes the givenDatamartContext.SqlQueryand returns a result, so that one row at the time can be examined.Methods in net.pricefx.formulaengine with parameters of type StreamResultsModifier and TypeMethodDescriptionintTableContext.loadRows(String tableName, StreamResults results)