SqlParameter
A parameter used in a SQL statement.
Contents
Note
In the following list, the required parameters are described first.
- name
-
The name of the parameter.
Type: String
Pattern:
^[0-9a-zA-Z_]+$
Required: Yes
- value
-
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.
Type: String
Length Constraints: Minimum length of 1.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: