module SchemaPlus::DefaultExpr::ActiveRecord::ConnectionAdapters::AbstractAdapter

Public Instance Methods

sql_for_function(function) click to toggle source
# 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