Interface InListParameter
Encapsulates a parameter intended for SQL
IN list expansion.
Standard instances may be constructed via Parameters.inList(java.util.Collection),
Parameters.inList(Object[]), or the primitive-array overloads.
Implementations should be threadsafe.
- Since:
- 4.0.0
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptionGets the elements to be expanded into SQLINlist placeholders.
-
Method Details
-
getElements
Gets the elements to be expanded into SQLINlist placeholders. Elements must be non-empty.- Returns:
- the elements for the
INlist
-