| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
static Value |
Value.fromArrayValues(List<Value> arrayValues)
Create an instance of this class with
arrayValues() initialized to the given value. |
static Value |
Value.fromBigIntValue(Long bigIntValue)
Create an instance of this class with
bigIntValue() initialized to the given value. |
static Value |
Value.fromBitValue(Boolean bitValue)
Create an instance of this class with
bitValue() initialized to the given value. |
static Value |
Value.fromBlobValue(SdkBytes blobValue)
Create an instance of this class with
blobValue() initialized to the given value. |
static Value |
Value.fromDoubleValue(Double doubleValue)
Create an instance of this class with
doubleValue() initialized to the given value. |
static Value |
Value.fromIntValue(Integer intValue)
Create an instance of this class with
intValue() initialized to the given value. |
static Value |
Value.fromIsNull(Boolean isNull)
Create an instance of this class with
isNull() initialized to the given value. |
static Value |
Value.fromRealValue(Float realValue)
Create an instance of this class with
realValue() initialized to the given value. |
static Value |
Value.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
static Value |
Value.fromStructValue(Consumer<StructValue.Builder> structValue)
Create an instance of this class with
structValue() initialized to the given value. |
static Value |
Value.fromStructValue(StructValue structValue)
Create an instance of this class with
structValue() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
Value.arrayValues()
An array of column values.
|
List<Value> |
StructValue.attributes()
The attributes returned in the record.
|
List<Value> |
Record.values()
The values returned in the record.
|
| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
Value.Builder.arrayValues(Value... arrayValues)
An array of column values.
|
StructValue.Builder |
StructValue.Builder.attributes(Value... attributes)
The attributes returned in the record.
|
Record.Builder |
Record.Builder.values(Value... values)
The values returned in the record.
|
| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
Value.Builder.arrayValues(Collection<Value> arrayValues)
An array of column values.
|
StructValue.Builder |
StructValue.Builder.attributes(Collection<Value> attributes)
The attributes returned in the record.
|
static Value |
Value.fromArrayValues(List<Value> arrayValues)
Create an instance of this class with
arrayValues() initialized to the given value. |
Record.Builder |
Record.Builder.values(Collection<Value> values)
The values returned in the record.
|
Copyright © 2022. All rights reserved.