Execute the statement and return a CloseableIterator of the converted results.
Execute the statement and return a CloseableIterator of the converted results. The iterator must either be fully read or closed explicitly.
Maximum number of rows to read from the result (0 for unlimited).
Transform a query's results with an updatable result set.
Execute the statement and return a fully materialized collection of the specified type.
Execute the statement and return a fully materialized collection of the specified type.
Execute the statement and return a fully materialized collection.
Execute the statement and return a fully materialized collection.
Execute the statement and feed the converted rows of the result set into an iteratee.
Execute the statement and feed the converted rows of the result set into an iteratee.
Execute the statement and ignore the results.
Execute the statement and ignore the results.
Execute the statement and return the first row of the result set.
Execute the statement and return the first row of the result set. If the result set is empty, a NoSuchElementException is thrown.
Execute the statement and return the first row of the result set wrapped in Some, or None if the result set is empty.
Execute the statement and return the first row of the result set wrapped in Some, or None if the result set is empty.
Execute the statement and left-fold the converted rows of the result set.
Execute the statement and left-fold the converted rows of the result set.
Execute the statement and call f for each converted row of the result set.
Execute the statement and call f for each converted row of the result set.
Maximum number of rows to read from the result (0 for unlimited).
Execute the statement and call f for each converted row of the result set.
Execute the statement and call f for each converted row of the result set.
Execute the statement and return a CloseableIterator of the converted results.
Execute the statement and return a CloseableIterator of the converted results. The iterator must either be fully read or closed explicitly.
Execute the statement and return an immutable and fully materialized list of the results.
Execute the statement and return an immutable and fully materialized list of the results.
Create a new Invoker which applies the mapping function f to each row of the result set.
Create a new Invoker which applies the mapping function f to each row of the result set.
(mutatingInvoker: StringAdd).self
(mutatingInvoker: StringFormat).self
If the result type of this Invoker is of the form Option[T], execute the statement and return the first row of the result set, or None if the result set is empty.
If the result type of this Invoker is of the form Option[T], execute the statement and return the first row of the result set, or None if the result set is empty.
(Since version 2.1) Use .first.flatten instead of .firstFlatten
(mutatingInvoker: ArrowAssoc[MutatingInvoker[R]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(mutatingInvoker: Ensuring[MutatingInvoker[R]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A special kind of invoker that allows the result data to be mutated .