Executes the prepared statement with the
given params
and maps f
to the rows
of the returned ResultSet.
Executes the prepared statement with the
given params
and maps f
to the rows
of the returned ResultSet. If no ResultSet
is returned, the function returns an empty Seq.
A PreparedStatement represents a parameterized sql statement which may be applied concurrently with varying parameters.