# File lib/arjdbc/jdbc/compatibility.rb, line 42 def self.needed?(base) !base.instance_methods.include?("quote_table_name") end
# File lib/arjdbc/jdbc/compatibility.rb, line 46 def quote_table_name(name) quote_column_name(name) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.