public interface SQLRowStream extends ReadStream<JsonArray>
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the stream/underlying cursor(s).
|
void |
close(Handler<AsyncResult<Void>> handler)
Closes the stream/underlying cursor(s).
|
int |
column(String name)
Will convert the column name to the json array index.
|
void |
moreResults()
Request for more results if available
|
SQLRowStream |
resultSetClosedHandler(Handler<Void> handler)
Event handler when a resultset is closed.
|
endHandler, exceptionHandler, handler, pause, resume
int column(String name)
name
- the column nameSQLRowStream resultSetClosedHandler(Handler<Void> handler)
handler
- void moreResults()
void close()
void close(Handler<AsyncResult<Void>> handler)
handler
- called when the stream/underlying cursor(s) is(are) closedCopyright © 2017. All rights reserved.