Uses of Class
de.thomas_oster.lazysql.Argument.MismatchException
Packages that use Argument.MismatchException
-
Uses of Argument.MismatchException in de.thomas_oster.lazysql
Methods in de.thomas_oster.lazysql that throw Argument.MismatchExceptionModifier and TypeMethodDescriptionstatic voidArgument.compareWithoutOrder(Collection<Argument> a, Collection<Argument> b) LazySQLProcessor.replaceArgumentsAndListOrder(String query, List<Argument> parameters, List<Argument> argumentsInQueryOrder) Replaces all :Argument strings in the SQL query with ?, checks if they are present in the excpectedArguments and put them (possible multiple times) into argumentsInQueryOrder