| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
StructValue |
StructValue.clone() |
StructValue |
Value.getStructValue()
A value for a column of STRUCT data type.
|
StructValue |
StructValue.withAttributes(Collection<Value> attributes)
The attributes returned in the record.
|
StructValue |
StructValue.withAttributes(Value... attributes)
The attributes returned in the record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Value.setStructValue(StructValue structValue)
A value for a column of STRUCT data type.
|
Value |
Value.withStructValue(StructValue structValue)
A value for a column of STRUCT data type.
|
Copyright © 2024. All rights reserved.