| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.clone() |
QueryResult |
QueryResult.set(String fieldName,
Object value) |
QueryResult |
QueryResult.setColumns(List<Column> columns)
List of columns included in the result.
|
QueryResult |
QueryResult.setMessage(String message)
Message related to the SQL execution result.
|
QueryResult |
QueryResult.setPartialResult(Boolean partialResult)
Set to true if the SQL execution's result is truncated due to size limits or an error
retrieving results.
|
QueryResult |
QueryResult.setRows(List<Row> rows)
Rows returned by the SQL statement.
|
QueryResult |
QueryResult.setStatus(Status status)
If results were truncated due to an error, details of that error.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryResult> |
SqlInstancesExecuteSqlResponse.getResults()
The list of results after executing all the SQL statements.
|
| Modifier and Type | Method and Description |
|---|---|
SqlInstancesExecuteSqlResponse |
SqlInstancesExecuteSqlResponse.setResults(List<QueryResult> results)
The list of results after executing all the SQL statements.
|
Copyright © 2011–2025 Google. All rights reserved.