Uses of Record Class
de.calamanari.adl.sql.QueryTemplateWithParameters
Packages that use QueryTemplateWithParameters
-
Uses of QueryTemplateWithParameters in de.calamanari.adl.sql
Methods in de.calamanari.adl.sql that return QueryTemplateWithParametersModifier and TypeMethodDescriptionstatic QueryTemplateWithParametersQueryTemplateWithParameters.of(String queryTemplate, List<QueryParameter> parameters) Takes a template with named parameters (${id}references) and a list of parameters to produce a query template with positional parameters to be executed later as aPreparedStatementafter callingapply(PreparedStatement)to set the parameters safely. -
Uses of QueryTemplateWithParameters in de.calamanari.adl.sql.cnv
Methods in de.calamanari.adl.sql.cnv that return QueryTemplateWithParametersModifier and TypeMethodDescriptionprotected QueryTemplateWithParametersDefaultSqlExpressionConverter.finishResult()