| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.clone() |
Value |
Value.withArrayValues(Collection<Value> arrayValues)
Arbitrarily nested arrays
|
Value |
Value.withArrayValues(Value... arrayValues)
Arbitrarily nested arrays
|
Value |
Value.withBigIntValue(Long bigIntValue)
Long value
|
Value |
Value.withBitValue(Boolean bitValue)
Bit value
|
Value |
Value.withBlobValue(ByteBuffer blobValue)
Blob value
|
Value |
Value.withDoubleValue(Double doubleValue)
Double value
|
Value |
Value.withIntValue(Integer intValue)
Integer value
|
Value |
Value.withIsNull(Boolean isNull)
Is column null
|
Value |
Value.withRealValue(Float realValue)
Float value
|
Value |
Value.withStringValue(String stringValue)
String value
|
Value |
Value.withStructValue(StructValue structValue)
Struct or UDT
|
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
Value.getArrayValues()
Arbitrarily nested arrays
|
List<Value> |
StructValue.getAttributes()
Struct or UDT
|
List<Value> |
Record.getValues()
Record
|
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.withArrayValues(Value... arrayValues)
Arbitrarily nested arrays
|
StructValue |
StructValue.withAttributes(Value... attributes)
Struct or UDT
|
Record |
Record.withValues(Value... values)
Record
|
| Modifier and Type | Method and Description |
|---|---|
void |
Value.setArrayValues(Collection<Value> arrayValues)
Arbitrarily nested arrays
|
void |
StructValue.setAttributes(Collection<Value> attributes)
Struct or UDT
|
void |
Record.setValues(Collection<Value> values)
Record
|
Value |
Value.withArrayValues(Collection<Value> arrayValues)
Arbitrarily nested arrays
|
StructValue |
StructValue.withAttributes(Collection<Value> attributes)
Struct or UDT
|
Record |
Record.withValues(Collection<Value> values)
Record
|
Copyright © 2019. All rights reserved.