Uses of Class
org.evomaster.client.java.sql.DataRow
Packages that use DataRow
-
Uses of DataRow in org.evomaster.client.java.sql
Methods in org.evomaster.client.java.sql that return types with arguments of type DataRowMethods in org.evomaster.client.java.sql with parameters of type DataRow -
Uses of DataRow in org.evomaster.client.java.sql.heuristic
Methods in org.evomaster.client.java.sql.heuristic that return DataRowModifier and TypeMethodDescriptionstatic DataRowQueryResultUtils.createDataRowOfNullValues(QueryResult queryResult) static DataRowQueryResultUtils.createJoinedRow(DataRow leftRow, DataRow rightRow, List<VariableDescriptor> variableDescriptors) Methods in org.evomaster.client.java.sql.heuristic with parameters of type DataRowModifier and TypeMethodDescriptionstatic DataRowQueryResultUtils.createJoinedRow(DataRow leftRow, DataRow rightRow, List<VariableDescriptor> variableDescriptors) SqlExpressionEvaluator.SqlExpressionEvaluatorBuilder.withCurrentDataRow(DataRow val) Method parameters in org.evomaster.client.java.sql.heuristic with type arguments of type DataRowModifier and TypeMethodDescriptionSqlExpressionEvaluator.SqlExpressionEvaluatorBuilder.withDataRowStack(Deque<DataRow> val) SqlHeuristicsCalculator.SqlHeuristicsCalculatorBuilder.withStackOfDataRows(Deque<DataRow> rows)