powered by
Indicates if there are any other results in the query-result.
More(query_obj)
QueryClass instance-ID
Boolean
# NOT RUN { query2 <- "for $i in 1 to 3 return <xml>Text { $i }</xml>" query_iterate <- Query(Session, query2) while (More(query_iterate)) { cat(Next(query_iterate), "\n") } # } # NOT RUN { # }
Run the code above in your browser using DataLab