Class: ActiveRecord::ConnectionAdapters::InformixAdapter

Inherits:
JdbcAdapter
  • Object
show all
Includes:
ArJdbc::Informix
Defined in:
lib/arjdbc/informix/adapter.rb

Constant Summary

Constants included from ArJdbc::Informix

ArJdbc::Informix::JdbcConnection

Constants inherited from JdbcAdapter

JdbcAdapter::ADAPTER_NAME

Instance Attribute Summary

Attributes inherited from JdbcAdapter

#config

Method Summary

Methods included from ArJdbc::Informix

#add_limit_offset!, column_selector, #create_table, #default_sequence_name, #drop_table, #jdbc_column_class, jdbc_connection_class, #modify_types, #next_sequence_value, #prefetch_primary_key?, #quote, #quote_string, #remove_index, #rename_table, #select, #supports_migrations?

Methods inherited from JdbcAdapter

#active?, #adapter_name, #adapter_spec, arel2_visitors, #begin_db_transaction, #begin_isolated_db_transaction, #columns, #commit_db_transaction, configure_arel2_visitors, #create_savepoint, #current_savepoint_name, #database_name, #disconnect!, #exec_delete, #exec_insert, #exec_query, #exec_query_raw, #exec_update, #indexes, #initialize, insert?, #insert_sql, #is_a?, #jdbc_column_class, #jdbc_connection, #jdbc_connection_class, #log, #modify_types, #native_database_types, #pk_and_sequence_for, prepared_statements?, #prepared_statements?, #primary_key, #primary_keys, #reconnect!, #release_savepoint, #rollback_db_transaction, #rollback_to_savepoint, select?, #structure_dump, suble_binds=, suble_binds?, #supports_migrations?, #supports_savepoints?, #supports_transaction_isolation?, #supports_views?, #table_definition, #table_exists?, #tables, #translate_exception, update?, #update_lob_value, #write_large_object

Methods included from Jdbc::ConnectionPoolCallbacks

#on_checkin, #on_checkout

Methods included from Jdbc::ArelSupport

#unprepared_visitor

Constructor Details

This class inherits a constructor from ActiveRecord::ConnectionAdapters::JdbcAdapter