inca / circumflex

[UNMAINTAINED] Circumflex — lightweight Scala-based Web application framework and ORM
http://circumflex.ru
Other
164 stars 35 forks source link

Add .iterator and .array methods to queries #76

Open yang opened 13 years ago

yang commented 13 years ago

Besides writing a closure that handles the low-level ResultSet object, .list is the only way to fetch a collection of results. It would be convenient to offer .array, which is much more efficient than Scala Lists, and .iterator, for times when one wants to stream results.