public interface QueryResultHandler<T>
| Modifier and Type | Field and Description |
|---|---|
static QueryResultHandler<Void> |
NOOP_HANDLER |
| 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) |
static final QueryResultHandler<Void> NOOP_HANDLER
<V> void addProperty(PropertyKind<V> property, V value)
Copyright © 2021. All rights reserved.