Module ActiveRecord::ConnectionAdapters::Quoting
In: lib/active_record/connection_adapters/abstract/quoting.rb

Methods

Public Instance methods

Quotes the column value to help prevent SQL injection attacks.

Quotes the column name. Defaults to no quoting.

Quotes a string, escaping any ’ (single quote) and \ (backslash) characters.

Quotes the table name. Defaults to column name quoting.

[Validate]