Module BigRecord::ConnectionAdapters::Quoting
In: lib/big_record/connection_adapters/abstract/quoting.rb

Methods

Public Instance methods

Quotes the column value to help prevent SQL injection attacks [en.wikipedia.org/wiki/SQL_injection].

Returns a quoted form of the column name. This is highly adapter specific.

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

[Validate]