class Aws::RDSDataService::Types::SqlParameter
@see docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/SqlParameter AWS API Documentation
@return [Types::Field]
The value of the parameter.
@!attribute [rw] value
@return [String]
‘YYYY-MM-DD`.
object of `DATE` type to the database. The accepted format is
* `DATE` - The corresponding `String` parameter value is sent as an<br><br>`HH:MM:SS`.
object of `TIME` type to the database. The accepted format is
* `TIME` - The corresponding `String` parameter value is sent as an
format is `YYYY-MM-DD HH:MM:SS`.
as an object of `TIMESTAMP` type to the database. The accepted
* `TIMESTAMP` - The corresponding `String` parameter value is sent
an object of `DECIMAL` type to the database.
* `DECIMAL` - The corresponding `String` parameter value is sent as
Values:
A hint that specifies the correct object type for data type mapping.
@!attribute [rw] type_hint
@return [String]
The name of the parameter.
@!attribute [rw] name
}
},
string_value: “String”,
long_value: 1,
is_null: false,
double_value: 1.0,
boolean_value: false,
blob_value: “data”,
},
string_values: [“String”],
long_values: [1],
double_values: [1.0],
boolean_values: [false],
],
},
# recursive ArrayValue
{
array_values: [
array_value: {
value: {
type_hint: “DATE”, # accepts DATE, DECIMAL, TIME, TIMESTAMP
name: “ParameterName”,
{
data as a hash:
@note When making an API call, you may pass SqlParameter
A parameter used in a SQL statement.