Uses of Class
com.microsoft.azure.kusto.data.KustoResultMapper.Builder
-
Packages that use KustoResultMapper.Builder Package Description com.microsoft.azure.kusto.data -
-
Uses of KustoResultMapper.Builder in com.microsoft.azure.kusto.data
Methods in com.microsoft.azure.kusto.data that return KustoResultMapper.Builder Modifier and Type Method 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)
-