Interface InExpression.Builder

  • Method Details

    • columnName

      InExpression.Builder columnName(String columnName)

      The name of the column.

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

      The values that might be in the expression.

      Parameters:
      values - The values that might be in the expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      InExpression.Builder values(String... values)

      The values that might be in the expression.

      Parameters:
      values - The values that might be in the expression.
      Returns:
      Returns a reference to this object so that method calls can be chained together.