Arel::Visitors::ToSql
# File lib/arel/visitors/postgresql.rb, line 14 14: def visit_Arel_Nodes_DistinctOn o 15: "DISTINCT ON ( #{visit o.expr} )" 16: end
# File lib/arel/visitors/postgresql.rb, line 10 10: def visit_Arel_Nodes_DoesNotMatch o 11: "#{visit o.left} NOT ILIKE #{visit o.right}" 12: end
# File lib/arel/visitors/postgresql.rb, line 6 6: def visit_Arel_Nodes_Matches o 7: "#{visit o.left} ILIKE #{visit o.right}" 8: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.