Interface SqlParameter.Builder

    • Method Detail

      • name

        SqlParameter.Builder name​(String name)

        The name of the parameter.

        Parameters:
        name - The name of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        SqlParameter.Builder value​(String 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.