PreparedStatement.iterate

Binds the given arguments and executes the prepared statement, returning the results as an iterator.

  1. struct Iterator
  2. Iterator iterate(T args)
    class PreparedStatement
    iterate
    (
    T...
    )
    ()

Meta