RowStreamImpl

Undocumented in source.

Constructors

this
this(PreparedQueryImpl ps, int fetch, Tuple params)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close(AsyncVoidHandler completionHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
endHandler
RowStream!(Row) endHandler(VoidHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
exceptionHandler
RowStream!(Row) exceptionHandler(ExceptionHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
RowStream!(Row) fetch(long amount)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
void handle(AsyncResult!(RowSet) ar)
Undocumented in source. Be warned that the author may not have intended to support it.
handler
RowStream!(Row) handler(EventHandler!(Row) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
pause
RowStream!(Row) pause()
Undocumented in source. Be warned that the author may not have intended to support it.
resume
RowStream!(Row) resume()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta