SqlParameter - Amazon Redshift Data API
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: