Uses of Interface
de.seggebaeing.sqlanalyzer.logic.bdo.SQLQueryWrapper
Packages that use SQLQueryWrapper
Package
Description
-
Uses of SQLQueryWrapper in de.seggebaeing.sqlanalyzer.logic.bdo
Classes in de.seggebaeing.sqlanalyzer.logic.bdo that implement SQLQueryWrapperModifier and TypeClassDescriptionclass
Business domain object (BDO) representing a generated SQL query.class
Business domain object (BDO) representing a sample SQL query and its metadata. -
Uses of SQLQueryWrapper in de.seggebaeing.sqlanalyzer.logic.util.eval
Methods in de.seggebaeing.sqlanalyzer.logic.util.eval with parameters of type SQLQueryWrapperModifier and TypeMethodDescriptiondouble
StatementComparator.compare
(SQLQueryWrapper query1, SQLQueryWrapper query2) Compares two SQL statements and returns a similarity score. -
Uses of SQLQueryWrapper in de.seggebaeing.sqlanalyzer.logic.util.eval.impl
Methods in de.seggebaeing.sqlanalyzer.logic.util.eval.impl with parameters of type SQLQueryWrapperModifier and TypeMethodDescriptiondouble
LLMComparator.compare
(SQLQueryWrapper query1, SQLQueryWrapper query2) Compares two SQL statements by delegating to the configured LLM.