| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.clone() |
Column |
Column.set(String fieldName,
Object value) |
Column |
Column.setName(String name)
Name of the column.
|
Column |
Column.setType(String type)
Datatype of the column.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
QueryResult.getColumns()
List of columns included in the result.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.setColumns(List<Column> columns)
List of columns included in the result.
|
Copyright © 2011–2025 Google. All rights reserved.