Method: Axiom::SQL::Generator::Function::String#visit_axiom_function_string_length
- Defined in:
- lib/axiom/sql/generator/function/string.rb
#visit_axiom_function_string_length(length) ⇒ #to_s
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Visit a Length function
21 22 23 |
# File 'lib/axiom/sql/generator/function/string.rb', line 21 def visit_axiom_function_string_length(length) unary_prefix_operation_sql(LENGTH, length) end |