public interface QueryResultHandler<T>
| Modifier and Type | Method and Description |
|---|---|
<V> void |
addProperty(PropertyKind<V> property,
V value) |
void |
handleResult(int updatedCount,
int size,
RowDesc desc,
T result,
Throwable failure) |
<V> void addProperty(PropertyKind<V> property, V value)
Copyright © 2020. All rights reserved.