Values.SqlParameterSourceA parameter used in a SQL statement.
type nonrec t = {name : ParameterName.t;The name of the parameter.
*)value : ParameterValue.t;The value of the parameter. Amazon Redshift implicitly converts to the proper data type. For more information, see Data types in the Amazon Redshift Database Developer Guide.
*)}