Uses of Class
software.amazon.awssdk.services.rdsdata.model.Field
-
Packages that use Field Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of Field in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return Field Modifier and Type Method Description static FieldField. fromArrayValue(Consumer<ArrayValue.Builder> arrayValue)Create an instance of this class witharrayValue()initialized to the given value.static FieldField. fromArrayValue(ArrayValue arrayValue)Create an instance of this class witharrayValue()initialized to the given value.static FieldField. fromBlobValue(SdkBytes blobValue)Create an instance of this class withblobValue()initialized to the given value.static FieldField. fromBooleanValue(Boolean booleanValue)Create an instance of this class withbooleanValue()initialized to the given value.static FieldField. fromDoubleValue(Double doubleValue)Create an instance of this class withdoubleValue()initialized to the given value.static FieldField. fromIsNull(Boolean isNull)Create an instance of this class withisNull()initialized to the given value.static FieldField. fromLongValue(Long longValue)Create an instance of this class withlongValue()initialized to the given value.static FieldField. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.FieldSqlParameter. value()The value of the parameter.Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type Field Modifier and Type Method 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.Methods in software.amazon.awssdk.services.rdsdata.model with parameters of type Field Modifier and Type Method Description ExecuteStatementResponse.BuilderExecuteStatementResponse.Builder. generatedFields(Field... generatedFields)Values for fields generated during a DML request.UpdateResult.BuilderUpdateResult.Builder. generatedFields(Field... generatedFields)Values for fields generated during the request.SqlParameter.BuilderSqlParameter.Builder. value(Field value)The value of the parameter.Method parameters in software.amazon.awssdk.services.rdsdata.model with type arguments of type Field Modifier and Type Method Description ExecuteStatementResponse.BuilderExecuteStatementResponse.Builder. generatedFields(Collection<Field> generatedFields)Values for fields generated during a DML request.UpdateResult.BuilderUpdateResult.Builder. generatedFields(Collection<Field> generatedFields)Values for fields generated during the request.ExecuteStatementResponse.BuilderExecuteStatementResponse.Builder. records(Collection<? extends Collection<Field>> records)The records returned by the SQL statement.
-