class Aws::RDSDataService::Types::SqlParameter
@see docs.aws.amazon.com/goto/WebAPI/rds-data-2018-08-01/SqlParameter AWS API Documentation
@return [String]
object of ‘UUID` type to the database.
* `UUID` - 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<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
object of `JSON` type to the database.
* `JSON` - The corresponding `String` parameter value is sent as an
an object of `DECIMAL` type to the database.
* `DECIMAL` - The corresponding `String` parameter value is sent as
`YYYY-MM-DD`.
object of `DATE` type to the database. The accepted format is
* `DATE` - The corresponding `String` parameter value is sent as an
Possible values are as follows:
A hint that specifies the correct object type for data type mapping.
@!attribute [rw] type_hint
@return [Types::Field]
The value of the parameter.
@!attribute [rw] value
@return [String]
The name of the parameter.
@!attribute [rw] name
A parameter used in a SQL statement.