| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.clone() |
Row |
Row.set(String fieldName,
Object value) |
Row |
Row.setValues(List<Value> values)
The values for the row.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
QueryResult.getRows()
Rows returned by the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.setRows(List<Row> rows)
Rows returned by the SQL statement.
|
Copyright © 2011–2025 Google. All rights reserved.