Class: Purview::Databases::MySQL

Inherits:
Base show all
Defined in:
lib/purview/databases/mysql.rb

Instance Attribute Summary

Attributes inherited from Base

#name, #tables

Method Summary

Methods inherited from Base

#baseline_table, #create_index, #create_table, #disable_table, #drop_index, #drop_table, #enable_table, #initialize, #initialize_table, #lock_table, #sync, #sync_table, #table_metadata, #unlock_table

Methods included from Mixins::Logger

#logger, #logger_opts, #logger_type, #with_context_logging

Methods included from Mixins::Helpers

#blank?, #coalesced, #filter_blank_values, #filter_nil_values, #present?, #timestamp, #with_timestamp, #zero?

Methods included from Mixins::Dialect

#dialect, #false_value, #null_value, #quoted, #sanitized, #true_value

Methods included from Mixins::Connection

#connect, #connection_opts, #with_new_connection, #with_new_or_existing_connection, #with_transaction

Constructor Details

This class inherits a constructor from Purview::Databases::Base