module Focus::Dsl::StringFunctions

Defined in:

focus/dsl/string_functions.cr

Instance Method Summary

Instance Method Detail


[View source]
def concat_ws(separator : Focus::StringExpression, *exprs : Focus::Expression) : Focus::StringExpression #

[View source]
def length(expr : Focus::StringExpression) : Focus::IntExpression(Int64) #

[View source]

[View source]

[View source]

[View source]

[View source]

[View source]

[View source]
def substr(expr : Focus::StringExpression, start : Focus::IntExpression(I), len : Focus::IntExpression(L)) : Focus::StringExpression forall I, L #

[View source]
def substr(expr : Focus::StringExpression, start : Focus::IntExpression(I)) : Focus::StringExpression forall I #

[View source]

[View source]

[View source]

[View source]