Uses of Interface
org.evomaster.client.java.sql.internal.TaintHandler
Packages that use TaintHandler
-
Uses of TaintHandler in org.evomaster.client.java.sql.heuristic
Methods in org.evomaster.client.java.sql.heuristic with parameters of type TaintHandlerModifier and TypeMethodDescriptionSqlExpressionEvaluator.SqlExpressionEvaluatorBuilder.withTaintHandler(TaintHandler val) SqlHeuristicsCalculator.SqlHeuristicsCalculatorBuilder.withTaintHandler(TaintHandler handler) -
Uses of TaintHandler in org.evomaster.client.java.sql.internal
Methods in org.evomaster.client.java.sql.internal with parameters of type TaintHandlerModifier and TypeMethodDescriptionstatic SqlDistanceWithMetricsHeuristicsCalculator.computeDistance(String sqlCommand, DbInfoDto schema, TaintHandler taintHandler, QueryResult... data) Constructors in org.evomaster.client.java.sql.internal with parameters of type TaintHandlerModifierConstructorDescriptionprotectedHeuristicsCalculator(SqlNameContext context, TaintHandler handler) SqlHandler(TaintHandler taintHandler)