| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
static Field |
Field.fromArrayValue(ArrayValue arrayValue)
Create an instance of this class with
arrayValue() initialized to the given value. |
static Field |
Field.fromArrayValue(Consumer<ArrayValue.Builder> arrayValue)
Create an instance of this class with
arrayValue() initialized to the given value. |
static Field |
Field.fromBlobValue(SdkBytes blobValue)
Create an instance of this class with
blobValue() initialized to the given value. |
static Field |
Field.fromBooleanValue(Boolean booleanValue)
Create an instance of this class with
booleanValue() initialized to the given value. |
static Field |
Field.fromDoubleValue(Double doubleValue)
Create an instance of this class with
doubleValue() initialized to the given value. |
static Field |
Field.fromIsNull(Boolean isNull)
Create an instance of this class with
isNull() initialized to the given value. |
static Field |
Field.fromLongValue(Long longValue)
Create an instance of this class with
longValue() initialized to the given value. |
static Field |
Field.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
Field |
SqlParameter.value()
The value of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
ExecuteStatementResponse.generatedFields()
Values for fields generated during a DML request.
|
List<Field> |
UpdateResult.generatedFields()
Values for fields generated during the request.
|
List<List<Field>> |
ExecuteStatementResponse.records()
The records returned by the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.generatedFields(Field... generatedFields)
Values for fields generated during a DML request.
|
UpdateResult.Builder |
UpdateResult.Builder.generatedFields(Field... generatedFields)
Values for fields generated during the request.
|
SqlParameter.Builder |
SqlParameter.Builder.value(Field value)
The value of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.generatedFields(Collection<Field> generatedFields)
Values for fields generated during a DML request.
|
UpdateResult.Builder |
UpdateResult.Builder.generatedFields(Collection<Field> generatedFields)
Values for fields generated during the request.
|
ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.records(Collection<? extends Collection<Field>> records)
The records returned by the SQL statement.
|
Copyright © 2023. All rights reserved.