Module: SchemaPlus::DefaultExpr::ActiveRecord::ConnectionAdapters::AbstractAdapter

Defined in:
lib/schema_plus/default_expr/active_record/connection_adapters/abstract_adapter.rb

Instance Method Summary collapse

Instance Method Details

#sql_for_function(function) ⇒ Object



5
6
7
8
9
# File 'lib/schema_plus/default_expr/active_record/connection_adapters/abstract_adapter.rb', line 5

def sql_for_function(function)
  # Default nil implementation to be overriden by db adapters.
  # (Keep this here to avoid failure if gem is loaded with mysql2 or
  # other non-supported db adapters.)
end