| Package | Description |
|---|---|
| com.microsoft.azure.kusto.data |
| Modifier and Type | Method and Description |
|---|---|
<C> KustoResultMapper.Builder<R> |
KustoResultMapper.Builder.addColumn(KustoType<C> type,
int ordinal,
boolean isNullable,
BiConsumer<R,C> setter)
Add a column by ordinal (column index).
|
<C> KustoResultMapper.Builder<R> |
KustoResultMapper.Builder.addColumn(KustoType<C> type,
String name,
boolean isNullable,
BiConsumer<R,C> setter)
Add a column by name.
|
<C> KustoResultMapper.Builder<R> |
KustoResultMapper.Builder.addColumn(KustoType<C> type,
String name,
int ordinal,
boolean isNullable,
BiConsumer<R,C> setter)
Add a column by name and ordinal (column index).
|
static <R> KustoResultMapper.Builder<R> |
KustoResultMapper.newBuilder(Supplier<R> objConstructor) |
Copyright © 2023. All rights reserved.