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.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Collection<?> |
getValues() |