| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.clone() |
Value |
Value.set(String fieldName,
Object value) |
Value |
Value.setNullValue(Boolean nullValue)
If cell value is null, then this flag will be set to true.
|
Value |
Value.setValue(String value)
The cell value in string format.
|
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
Row.getValues()
The values for the row.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.setValues(List<Value> values)
The values for the row.
|
Copyright © 2011–2025 Google. All rights reserved.