public class SqlHeuristicsCalculator extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
C |
static double |
C_BETTER |
static Truthness |
FALSE_TRUTHNESS |
static Truthness |
FALSE_TRUTHNESS_BETTER |
static Truthness |
TRUE_TRUTHNESS |
| Modifier and Type | Method and Description |
|---|---|
static SqlDistanceWithMetrics |
computeDistance(String sqlCommand,
DbInfoDto schema,
TaintHandler taintHandler,
QueryResult... data) |
public static double C
public static double C_BETTER
public static Truthness TRUE_TRUTHNESS
public static Truthness FALSE_TRUTHNESS
public static Truthness FALSE_TRUTHNESS_BETTER
public static SqlDistanceWithMetrics computeDistance(String sqlCommand, DbInfoDto schema, TaintHandler taintHandler, QueryResult... data)
Copyright © 2016–2025. All rights reserved.