| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.clone() |
Field |
SqlParameter.getValue()
The value of the parameter.
|
Field |
Field.withArrayValue(ArrayValue arrayValue)
An array of values.
|
Field |
Field.withBlobValue(ByteBuffer blobValue)
A value of BLOB data type.
|
Field |
Field.withBooleanValue(Boolean booleanValue)
A value of Boolean data type.
|
Field |
Field.withDoubleValue(Double doubleValue)
A value of double data type.
|
Field |
Field.withIsNull(Boolean isNull)
A NULL value.
|
Field |
Field.withLongValue(Long longValue)
A value of long data type.
|
Field |
Field.withStringValue(String stringValue)
A value of string data type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
UpdateResult.getGeneratedFields()
Values for fields generated during the request.
|
List<Field> |
ExecuteStatementResult.getGeneratedFields()
Values for fields generated during a DML request.
|
List<List<Field>> |
ExecuteStatementResult.getRecords()
The records returned by the SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlParameter.setValue(Field value)
The value of the parameter.
|
UpdateResult |
UpdateResult.withGeneratedFields(Field... generatedFields)
Values for fields generated during the request.
|
ExecuteStatementResult |
ExecuteStatementResult.withGeneratedFields(Field... generatedFields)
Values for fields generated during a DML request.
|
SqlParameter |
SqlParameter.withValue(Field value)
The value of the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResult.setGeneratedFields(Collection<Field> generatedFields)
Values for fields generated during the request.
|
void |
ExecuteStatementResult.setGeneratedFields(Collection<Field> generatedFields)
Values for fields generated during a DML request.
|
void |
ExecuteStatementResult.setRecords(Collection<List<Field>> records)
The records returned by the SQL statement.
|
UpdateResult |
UpdateResult.withGeneratedFields(Collection<Field> generatedFields)
Values for fields generated during the request.
|
ExecuteStatementResult |
ExecuteStatementResult.withGeneratedFields(Collection<Field> generatedFields)
Values for fields generated during a DML request.
|
ExecuteStatementResult |
ExecuteStatementResult.withRecords(Collection<List<Field>> records)
The records returned by the SQL statement.
|
Copyright © 2024. All rights reserved.