Interface PreparedStatement.Builder

    • Method Detail

      • statementName

        PreparedStatement.Builder statementName​(String statementName)

        The name of the prepared statement.

        Parameters:
        statementName - The name of the prepared statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryStatement

        PreparedStatement.Builder queryStatement​(String queryStatement)

        The query string for the prepared statement.

        Parameters:
        queryStatement - The query string for the prepared statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workGroupName

        PreparedStatement.Builder workGroupName​(String workGroupName)

        The name of the workgroup to which the prepared statement belongs.

        Parameters:
        workGroupName - The name of the workgroup to which the prepared statement belongs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        PreparedStatement.Builder description​(String description)

        The description of the prepared statement.

        Parameters:
        description - The description of the prepared statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        PreparedStatement.Builder lastModifiedTime​(Instant lastModifiedTime)

        The last modified time of the prepared statement.

        Parameters:
        lastModifiedTime - The last modified time of the prepared statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.