APIdock / Ruby on Rails
/
Browse About
method

arel_visitor

v5.0.0.1 - Show latest stable - Class: ActiveRecord::ConnectionAdapters::SQLite3Adapter
arel_visitor()
public

No documentation available.

# File activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb, line 82
      def arel_visitor # :nodoc:
        Arel::Visitors::SQLite.new(self)
      end

Related methods

  • Instance methods
  • active?
  • add_column
  • allowed_index_name_length
  • arel_visitor
  • begin_db_transaction
  • change_column
  • change_column_default
  • change_column_null
  • clear_cache!
  • columns
  • commit_db_transaction
  • data_source_exists?
  • data_sources
  • disconnect!
  • encoding
  • exec_delete
  • exec_query
  • exec_rollback_db_transaction
  • exec_update
  • execute
  • explain
  • indexes
  • last_inserted_id
  • native_database_types
  • primary_keys
  • remove_column
  • remove_index
  • rename_column
  • rename_table
  • requires_reloading?
  • schema_creation
  • supports_datetime_with_precision?
  • supports_ddl_transactions?
  • supports_explain?
  • supports_index_sort_order?
  • supports_migrations?
  • supports_multi_insert?
  • supports_partial_index?
  • supports_primary_key?
  • supports_savepoints?
  • supports_statement_cache?
  • supports_views?
  • table_exists?
  • tables
  • valid_alter_table_type?
  • valid_type?
  • view_exists?
  • views
  • Class methods
  • new
  • Protected methods
  • protectedalter_table
  • protectedcopy_table
  • protectedcopy_table_contents
  • protectedcopy_table_indexes
  • protectedmove_table
  • protectedsqlite_version
  • protectedtable_structure
  • protectedtranslate_exception
  • Private methods
  • privatetable_structure_with_collation
APIdock API Documentation Browser

© 2026 APIdock