public class QueryResults extends Object
| Constructor | Description |
|---|---|
QueryResults() |
| Modifier and Type | Method | Description |
|---|---|---|
List<Table> |
tables() |
Get the list of tables, columns and rows.
|
QueryResults |
withTables(List<Table> tables) |
Set the list of tables, columns and rows.
|
public List<Table> tables()
public QueryResults withTables(List<Table> tables)
tables - the tables value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/