selectValue

Return the first value of the given iterator. Can be used to select the only value of an SQL query (such as "SELECT COUNT(*) FROM ...").

T
selectValue
(
T
Iter
)
(
Iter iter
)

Meta