| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
Value.Builder.arrayValues(Collection<Value> arrayValues)
An array of column values.
|
Value.Builder |
Value.Builder.arrayValues(Consumer<Value.Builder>... arrayValues)
An array of column values.
|
Value.Builder |
Value.Builder.arrayValues(Value... arrayValues)
An array of column values.
|
Value.Builder |
Value.Builder.bigIntValue(Long bigIntValue)
A value for a column of big integer data type.
|
Value.Builder |
Value.Builder.bitValue(Boolean bitValue)
A value for a column of BIT data type.
|
Value.Builder |
Value.Builder.blobValue(SdkBytes blobValue)
A value for a column of BLOB data type.
|
static Value.Builder |
Value.builder() |
Value.Builder |
Value.Builder.doubleValue(Double doubleValue)
A value for a column of double data type.
|
Value.Builder |
Value.Builder.intValue(Integer intValue)
A value for a column of integer data type.
|
Value.Builder |
Value.Builder.isNull(Boolean isNull)
A NULL value.
|
Value.Builder |
Value.Builder.realValue(Float realValue)
A value for a column of real data type.
|
Value.Builder |
Value.Builder.stringValue(String stringValue)
A value for a column of string data type.
|
default Value.Builder |
Value.Builder.structValue(Consumer<StructValue.Builder> structValue)
A value for a column of STRUCT data type.
|
Value.Builder |
Value.Builder.structValue(StructValue structValue)
A value for a column of STRUCT data type.
|
Value.Builder |
Value.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Value.Builder> |
Value.serializableBuilderClass() |
Copyright © 2021. All rights reserved.