APIdock / Ruby on Rails
/
Browse About
method

quoted_false

v7.1.3.2 - Show latest stable - Class: ActiveRecord::ConnectionAdapters::Quoting
quoted_false()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/quoting.rb, line 131
      def quoted_false
        "FALSE"
      end

Related methods

  • Instance methods
  • cast_bound_value
  • column_name_matcher
  • column_name_with_order_matcher
  • lookup_cast_type_from_column
  • quote
  • quote_bound_value
  • quote_column_name
  • quote_default_expression
  • quote_string
  • quote_table_name
  • quote_table_name_for_assignment
  • quoted_binary
  • quoted_date
  • quoted_false
  • quoted_time
  • quoted_true
  • sanitize_as_sql_comment
  • type_cast
  • unquoted_false
  • unquoted_true
  • Private methods
  • privatelookup_cast_type
  • privatetype_casted_binds
  • privatewarn_quote_duration_deprecated
APIdock API Documentation Browser

© 2026 APIdock