Package groovy.sql
Interface InListParameter
public interface InListParameter
Marker that expands a collection into a comma-separated list of
positional placeholders when bound to a SQL
IN clause.
Create instances via Sql.inList(Collection).
-
Method Summary
-
Method Details
-
getValues
Collection<?> getValues()
-