class

Focus::StringExpression

Inherits Focus::Expression / Reference / Object

Constructors

new(inner : Focus::Expression | Nil = nil)
Source
new_string_func(func_name : String, *expressions : Focus::Expression) : StringExpression
Source

Instance methods

arg type is Focus::Expression because the database will automatically cast the types to string which allows SELECT 'Price: $' || 100 AS product_price;

Source
inner
Source