Table of Contents - activerecord-fb-adapter-1.0.3 Documentation
Classes and Modules
- ActiveRecord
- ActiveRecord::Base
- ActiveRecord::ConnectionAdapters
- ActiveRecord::ConnectionAdapters::Fb
- ActiveRecord::ConnectionAdapters::Fb::DatabaseLimits
- ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- ActiveRecord::ConnectionAdapters::Fb::Quoting
- ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- ActiveRecord::ConnectionAdapters::Fb::TableDefinition
- ActiveRecord::ConnectionAdapters::FbAdapter
- ActiveRecord::ConnectionAdapters::FbAdapter::BindSubstitution
- ActiveRecord::ConnectionAdapters::FbColumn
- ActiveRecord::Tasks
- ActiveRecord::Tasks::FbDatabaseTasks
- ActiveRecordFbAdapter
- ActiveRecordFbAdapter::Railtie
- Arel
- Arel::Visitors
- Arel::Visitors::Fb
Methods
- ::boolean_domain= — ActiveRecord::ConnectionAdapters::FbAdapter
- ::fb_connection_config — ActiveRecord::Base
- ::new — ActiveRecord::ConnectionAdapters::FbAdapter
- #_quote — ActiveRecord::ConnectionAdapters::Fb::Quoting
- #active? — ActiveRecord::ConnectionAdapters::FbAdapter
- #adapter_name — ActiveRecord::ConnectionAdapters::FbAdapter
- #add_column — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #ar_to_fb_case — ActiveRecord::ConnectionAdapters::Fb::Quoting
- #begin_db_transaction — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #begin_isolated_db_transaction — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #change_column — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #change_column_default — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #change_column_null — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #column_definitions — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #column_name_length — ActiveRecord::ConnectionAdapters::Fb::DatabaseLimits
- #column_type_for — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #columns — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #commit_db_transaction — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #create_boolean_domain — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #create_savepoint — ActiveRecord::ConnectionAdapters::FbAdapter
- #create_sequence — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #create_table_definition — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #decode — ActiveRecord::ConnectionAdapters::Fb::Quoting
- #default_sequence_name — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #disconnect! — ActiveRecord::ConnectionAdapters::FbAdapter
- #drop_sequence — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #exec_query — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #execute — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #explain — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #fb_to_ar_case — ActiveRecord::ConnectionAdapters::Fb::Quoting
- #float_to_sql — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #ids_in_list_limit — ActiveRecord::ConnectionAdapters::FbAdapter
- #in_clause_length — ActiveRecord::ConnectionAdapters::Fb::DatabaseLimits
- #index_name_length — ActiveRecord::ConnectionAdapters::Fb::DatabaseLimits
- #indexes — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #indexes_per_table — ActiveRecord::ConnectionAdapters::Fb::DatabaseLimits
- #initialize_type_map — ActiveRecord::ConnectionAdapters::FbAdapter
- #integer_to_sql — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #last_inserted_id — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #limit_offset — Arel::Visitors::Fb
- #limit_with_rows — Arel::Visitors::Fb
- #native_database_types — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #next_sequence_value — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #prefetch_primary_key? — ActiveRecord::ConnectionAdapters::FbAdapter
- #primary_key — ActiveRecord::ConnectionAdapters::Fb::TableDefinition
- #quote — ActiveRecord::ConnectionAdapters::Fb::Quoting
- #quote_table_name_for_assignment — ActiveRecord::ConnectionAdapters::Fb::Quoting
- #reconnect! — ActiveRecord::ConnectionAdapters::FbAdapter
- #release_savepoint — ActiveRecord::ConnectionAdapters::FbAdapter
- #remove_column — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #rename_column — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #rename_table — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #requires_reloading? — ActiveRecord::ConnectionAdapters::FbAdapter
- #reset! — ActiveRecord::ConnectionAdapters::FbAdapter
- #reset_sequence! — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #rollback_db_transaction — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #rollback_to_savepoint — ActiveRecord::ConnectionAdapters::FbAdapter
- #select — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #select_rows — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #sequence_exists? — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #sql_query_length — ActiveRecord::ConnectionAdapters::Fb::DatabaseLimits
- #squish_sql — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #supports_count_distinct? — ActiveRecord::ConnectionAdapters::FbAdapter
- #supports_ddl_transactions? — ActiveRecord::ConnectionAdapters::FbAdapter
- #supports_migrations? — ActiveRecord::ConnectionAdapters::FbAdapter
- #supports_primary_key? — ActiveRecord::ConnectionAdapters::FbAdapter
- #supports_savepoints? — ActiveRecord::ConnectionAdapters::FbAdapter
- #supports_transaction_isolation? — ActiveRecord::ConnectionAdapters::FbAdapter
- #table_alias_length — ActiveRecord::ConnectionAdapters::Fb::DatabaseLimits
- #table_definition — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #table_name_length — ActiveRecord::ConnectionAdapters::Fb::DatabaseLimits
- #tables — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #transaction_isolation_levels — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #translate_and_log — ActiveRecord::ConnectionAdapters::Fb::DatabaseStatements
- #translate_exception — ActiveRecord::ConnectionAdapters::FbAdapter
- #type_cast — ActiveRecord::ConnectionAdapters::Fb::Quoting
- #type_to_sql — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements
- #unquoted_false — ActiveRecord::ConnectionAdapters::Fb::Quoting
- #unquoted_true — ActiveRecord::ConnectionAdapters::Fb::Quoting
- #visit_Arel_Nodes_Limit — Arel::Visitors::Fb
- #visit_Arel_Nodes_Offset — Arel::Visitors::Fb
- #visit_Arel_Nodes_SelectCore — Arel::Visitors::Fb
- #visit_Arel_Nodes_SelectStatement — Arel::Visitors::Fb
- #visit_Arel_Nodes_UpdateStatement — Arel::Visitors::Fb
- #while_ensuring_boolean_domain — ActiveRecord::ConnectionAdapters::Fb::SchemaStatements