| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.clone() |
Value |
Value.withArrayValues(Collection<Value> arrayValues)
An array of column values.
|
Value |
Value.withArrayValues(Value... arrayValues)
An array of column values.
|
Value |
Value.withBigIntValue(Long bigIntValue)
A value for a column of big integer data type.
|
Value |
Value.withBitValue(Boolean bitValue)
A value for a column of BIT data type.
|
Value |
Value.withBlobValue(ByteBuffer blobValue)
A value for a column of BLOB data type.
|
Value |
Value.withDoubleValue(Double doubleValue)
A value for a column of double data type.
|
Value |
Value.withIntValue(Integer intValue)
A value for a column of integer data type.
|
Value |
Value.withIsNull(Boolean isNull)
A NULL value.
|
Value |
Value.withRealValue(Float realValue)
A value for a column of real data type.
|
Value |
Value.withStringValue(String stringValue)
A value for a column of string data type.
|
Value |
Value.withStructValue(StructValue structValue)
A value for a column of STRUCT data type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
Value.getArrayValues()
An array of column values.
|
List<Value> |
StructValue.getAttributes()
The attributes returned in the record.
|
List<Value> |
Record.getValues()
The values returned in the record.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
Value.withArrayValues(Value... arrayValues)
An array of column values.
|
StructValue |
StructValue.withAttributes(Value... attributes)
The attributes returned in the record.
|
Record |
Record.withValues(Value... values)
The values returned in the record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Value.setArrayValues(Collection<Value> arrayValues)
An array of column values.
|
void |
StructValue.setAttributes(Collection<Value> attributes)
The attributes returned in the record.
|
void |
Record.setValues(Collection<Value> values)
The values returned in the record.
|
Value |
Value.withArrayValues(Collection<Value> arrayValues)
An array of column values.
|
StructValue |
StructValue.withAttributes(Collection<Value> attributes)
The attributes returned in the record.
|
Record |
Record.withValues(Collection<Value> values)
The values returned in the record.
|
Copyright © 2021. All rights reserved.