Uses of Class
com.microsoft.azure.kusto.data.KustoResultSetTable
-
Packages that use KustoResultSetTable Package Description com.microsoft.azure.kusto.data -
-
Uses of KustoResultSetTable in com.microsoft.azure.kusto.data
Methods in com.microsoft.azure.kusto.data that return KustoResultSetTable Modifier and Type Method Description KustoResultSetTableKustoOperationResult. getPrimaryResults()KustoResultSetTableKustoOperationResult. next()Methods in com.microsoft.azure.kusto.data that return types with arguments of type KustoResultSetTable Modifier and Type Method Description List<KustoResultSetTable>KustoOperationResult. getResultTables()Methods in com.microsoft.azure.kusto.data with parameters of type KustoResultSetTable Modifier and Type Method Description List<R>KustoResultMapper. extractList(KustoResultSetTable resultSet)RKustoResultMapper. extractSingle(KustoResultSetTable resultSet)
-