Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::StringConcatenationMethods

This module is included in StringExpression and can be included elsewhere to allow the use of the + operator to represent concatenation of SQL Strings:

:x.sql_string + :y => # SQL: x || y

Public Instance Methods

+(ce) click to toggle source
# File lib/sequel/sql.rb, line 410
def +(ce)
  StringExpression.new(:'||', self, ce)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.