public class SqlResultBuilder<T,R extends SqlResultBase<T,R>,L extends SqlResult<T>> extends Object implements QueryResultHandler<T>, Handler<AsyncResult<Boolean>>
SqlResult.| Modifier and Type | Method and Description |
|---|---|
<V> void |
addProperty(PropertyKind<V> property,
V value) |
void |
handle(AsyncResult<Boolean> res)
Something has happened, so handle it.
|
void |
handleResult(int updatedCount,
int size,
RowDesc desc,
T result,
Throwable failure) |
boolean |
isSuspended() |
public void handleResult(int updatedCount,
int size,
RowDesc desc,
T result,
Throwable failure)
handleResult in interface QueryResultHandler<T>public <V> void addProperty(PropertyKind<V> property, V value)
addProperty in interface QueryResultHandler<T>public void handle(AsyncResult<Boolean> res)
Handlerhandle in interface Handler<AsyncResult<Boolean>>res - the event to handlepublic boolean isSuspended()
Copyright © 2020. All rights reserved.