Table of Contents - upsert-2.9.10 Documentation
Classes and Modules
- Upsert
- Upsert::ActiveRecordUpsert
- Upsert::ColumnDefinition
- Upsert::ColumnDefinition::Mysql
- Upsert::ColumnDefinition::Postgresql
- Upsert::ColumnDefinition::Sqlite3
- Upsert::Connection
- Upsert::Connection::Java_ComMysqlJdbc_JDBC4Connection
- Upsert::Connection::Java_OrgPostgresqlJdbc_PgConnection
- Upsert::Connection::Java_OrgSqlite_Conn
- Upsert::Connection::Jdbc
- Upsert::Connection::Mysql2_Client
- Upsert::Connection::PG_Connection
- Upsert::Connection::Postgresql
- Upsert::Connection::SQLite3_Database
- Upsert::Connection::Sqlite3
- Upsert::MergeFunction
- Upsert::MergeFunction::Java_ComMysqlJdbc_JDBC4Connection
- Upsert::MergeFunction::Java_OrgPostgresqlJdbc_PgConnection
- Upsert::MergeFunction::Java_OrgSqlite_Conn
- Upsert::MergeFunction::Mysql
- Upsert::MergeFunction::Mysql2_Client
- Upsert::MergeFunction::Mysql::ClassMethods
- Upsert::MergeFunction::PG_Connection
- Upsert::MergeFunction::Postgresql
- Upsert::MergeFunction::Postgresql::ClassMethods
- Upsert::MergeFunction::Postgresql::HstoreDeleteHandler
- Upsert::MergeFunction::SQLite3_Database
- Upsert::MergeFunction::Sqlite3
- Upsert::MergeFunction::Sqlite3::ClassMethods
- Upsert::Row
Methods
- ::adapter — Upsert
- ::all — Upsert::ColumnDefinition
- ::all — Upsert::ColumnDefinition::Mysql
- ::all — Upsert::ColumnDefinition::Postgresql
- ::all — Upsert::ColumnDefinition::Sqlite3
- ::batch — Upsert
- ::binary — Upsert
- ::class_name — Upsert
- ::clear_database_functions — Upsert
- ::extract_version — Upsert::MergeFunction::Postgresql
- ::flavor — Upsert
- ::included — Upsert::MergeFunction::Mysql
- ::included — Upsert::MergeFunction::Postgresql
- ::included — Upsert::MergeFunction::Sqlite3
- ::logger — Upsert
- ::metal — Upsert
- ::mutex_for_function — Upsert
- ::mutex_for_row — Upsert
- ::new — Upsert
- ::new — Upsert::ColumnDefinition
- ::new — Upsert::ColumnDefinition::Postgresql
- ::new — Upsert::Connection
- ::new — Upsert::MergeFunction
- ::new — Upsert::MergeFunction::Postgresql::HstoreDeleteHandler
- ::new — Upsert::Row
- ::new — Upsert::MergeFunction::Postgresql
- ::new — Upsert::MergeFunction::Sqlite3
- ::normalize_table_name — Upsert
- ::retrieve_mutex — Upsert
- ::stream — Upsert
- ::unique_name — Upsert::MergeFunction
- ::utc — Upsert
- ::utc_iso8601 — Upsert
- #arg_type — Upsert::ColumnDefinition
- #arg_type — Upsert::ColumnDefinition::Postgresql
- #assume_function_exists? — Upsert
- #binary — Upsert::Connection::PG_Connection
- #binary — Upsert::Connection::SQLite3_Database
- #binary — Upsert::Connection::Jdbc
- #bind_value — Upsert::Connection
- #bind_value — Upsert::Connection::Java_ComMysqlJdbc_JDBC4Connection
- #bind_value — Upsert::Connection::Java_OrgPostgresqlJdbc_PgConnection
- #bind_value — Upsert::Connection::Postgresql
- #bind_value — Upsert::Connection::Sqlite3
- #clear — Upsert::MergeFunction::Mysql::ClassMethods
- #clear — Upsert::MergeFunction::Postgresql::ClassMethods
- #clear — Upsert::MergeFunction::Sqlite3::ClassMethods
- #clear_database_functions — Upsert
- #column_definitions — Upsert
- #column_definitions — Upsert::MergeFunction
- #conflict_bind_placeholders — Upsert::MergeFunction::Postgresql
- #connection — Upsert::MergeFunction
- #convert_binary — Upsert::Connection
- #create! — Upsert::MergeFunction::Mysql
- #create! — Upsert::MergeFunction::Postgresql
- #create! — Upsert::MergeFunction::Sqlite3
- #equality — Upsert::ColumnDefinition
- #equality — Upsert::ColumnDefinition::Mysql
- #equality — Upsert::ColumnDefinition::Sqlite3
- #execute — Upsert::Connection::Mysql2_Client
- #execute — Upsert::Connection::PG_Connection
- #execute — Upsert::Connection::SQLite3_Database
- #execute — Upsert::MergeFunction::Java_ComMysqlJdbc_JDBC4Connection
- #execute — Upsert::MergeFunction::Mysql2_Client
- #execute — Upsert::Connection::Jdbc
- #execute — Upsert::MergeFunction::Postgresql
- #execute — Upsert::MergeFunction::Sqlite3
- #execute_parameterized — Upsert::MergeFunction::Java_OrgPostgresqlJdbc_PgConnection
- #execute_parameterized — Upsert::MergeFunction::PG_Connection
- #function_exists? — Upsert::MergeFunction::Postgresql
- #hstore? — Upsert::ColumnDefinition::Postgresql
- #hstore_delete_function — Upsert::MergeFunction::Postgresql
- #hstore_delete_handlers — Upsert::MergeFunction::Postgresql
- #in_transaction? — Upsert::Connection::Java_OrgPostgresqlJdbc_PgConnection
- #in_transaction? — Upsert::Connection::PG_Connection
- #in_transaction? — Upsert::Connection::Jdbc
- #insert_bind_placeholders — Upsert::MergeFunction::Postgresql
- #merge_function — Upsert
- #name — Upsert::MergeFunction
- #name — Upsert::MergeFunction::Postgresql::HstoreDeleteHandler
- #pg_function — Upsert::MergeFunction::Postgresql
- #pg_native — Upsert::MergeFunction::Postgresql
- #quote_big_decimal — Upsert::Connection::Mysql2_Client
- #quote_binary — Upsert::Connection::Mysql2_Client
- #quote_boolean — Upsert::Connection::Mysql2_Client
- #quote_date — Upsert::Connection::Mysql2_Client
- #quote_ident — Upsert::Connection::Java_ComMysqlJdbc_JDBC4Connection
- #quote_ident — Upsert::Connection::Java_OrgPostgresqlJdbc_PgConnection
- #quote_ident — Upsert::Connection::Java_OrgSqlite_Conn
- #quote_ident — Upsert::Connection::Mysql2_Client
- #quote_ident — Upsert::Connection::PG_Connection
- #quote_ident — Upsert::Connection::SQLite3_Database
- #quote_string — Upsert::Connection::Mysql2_Client
- #quote_value — Upsert::Connection::Mysql2_Client
- #quoted_name — Upsert::MergeFunction::Postgresql::HstoreDeleteHandler
- #quoted_table_name — Upsert
- #quoted_table_name — Upsert::MergeFunction
- #row — Upsert
- #selector_column_definitions — Upsert::MergeFunction::Postgresql
- #server_version — Upsert::MergeFunction::Postgresql
- #setter_column_definitions — Upsert::MergeFunction::Postgresql
- #sort_hash — Upsert::Row
- #sql — Upsert::MergeFunction::Java_ComMysqlJdbc_JDBC4Connection
- #sql — Upsert::MergeFunction::Mysql2_Client
- #sql — Upsert::MergeFunction::Postgresql
- #table_name — Upsert::MergeFunction
- #temporal? — Upsert::ColumnDefinition
- #to_arg — Upsert::MergeFunction::Postgresql::HstoreDeleteHandler
- #to_pgsql — Upsert::MergeFunction::Postgresql::HstoreDeleteHandler
- #to_selector — Upsert::ColumnDefinition
- #to_selector_arg — Upsert::ColumnDefinition
- #to_selector_value — Upsert::ColumnDefinition
- #to_setter — Upsert::ColumnDefinition
- #to_setter — Upsert::ColumnDefinition::Postgresql
- #to_setter — Upsert::MergeFunction::Postgresql::HstoreDeleteHandler
- #to_setter_arg — Upsert::ColumnDefinition
- #to_setter_value — Upsert::ColumnDefinition
- #to_setter_value — Upsert::ColumnDefinition::Postgresql
- #unique_index_columns — Upsert::MergeFunction::Postgresql
- #unique_index_on_selector? — Upsert::MergeFunction::Java_OrgPostgresqlJdbc_PgConnection
- #unique_index_on_selector? — Upsert::MergeFunction::PG_Connection
- #update_column_definitions — Upsert::MergeFunction::Postgresql
- #upsert — Upsert::ActiveRecordUpsert
- #use_pg_native? — Upsert::MergeFunction::Postgresql
- #validate! — Upsert::MergeFunction