Interface ExecuteStatementRequest.Builder

    • Method Detail

      • transactionId

        ExecuteStatementRequest.Builder transactionId​(String transactionId)

        Specifies the transaction ID of the request.

        Parameters:
        transactionId - Specifies the transaction ID of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statement

        ExecuteStatementRequest.Builder statement​(String statement)

        Specifies the statement of the request.

        Parameters:
        statement - Specifies the statement of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        ExecuteStatementRequest.Builder parameters​(Collection<ValueHolder> parameters)

        Specifies the parameters for the parameterized statement in the request.

        Parameters:
        parameters - Specifies the parameters for the parameterized statement in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        ExecuteStatementRequest.Builder parameters​(ValueHolder... parameters)

        Specifies the parameters for the parameterized statement in the request.

        Parameters:
        parameters - Specifies the parameters for the parameterized statement in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.