instance method substitute_at

Ruby on Rails 3.2.22.5

Since v3.1.12 Last seen in v3.2.22.5

Available in: v3.1.12 v3.2.22.5

Signature

substitute_at(column, index)

No documentation comment.

Parameters

column req
index req
Source
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 654
      def substitute_at(column, index)
        Arel::Nodes::BindParam.new "$#{index + 1}"
      end

Defined in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb line 654 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

Type at least 2 characters to search.

↑↓ navigate · open · esc close