# File lib/arjdbc/postgresql/adapter.rb, line 977 def jdbc_column_class ActiveRecord::ConnectionAdapters::PostgreSQLColumn end
# File lib/arjdbc/postgresql/adapter.rb, line 973 def jdbc_connection_class(spec) ::ArJdbc::PostgreSQL.jdbc_connection_class end
# File lib/arjdbc/postgresql/adapter.rb, line 997 def quote_column_name(name) unless quoted = @@quoted_column_names[name] quoted = super @@quoted_column_names[name] = quoted.freeze end quoted end
Generated with the Darkfish Rdoc Generator 2.