# File lib/arjdbc/postgresql/adapter.rb, line 1316 def initialize(*args) # @local_tz is initialized as nil to avoid warnings when connect tries to use it @local_tz = nil super # configure_connection happens in super @table_alias_length = nil @use_insert_returning = config.key?(:insert_returning) ? self.class.type_cast_config_to_boolean(config[:insert_returning]) : nil end
@see ActiveRecord::ConnectionAdapters::JdbcAdapter#jdbc_column_class
# File lib/arjdbc/postgresql/adapter.rb, line 1455 def jdbc_column_class ::ActiveRecord::ConnectionAdapters::PostgreSQLColumn end
# File lib/arjdbc/postgresql/adapter.rb, line 1450 def jdbc_connection_class(spec) ::ArJdbc::PostgreSQL.jdbc_connection_class end
Generated with the Darkfish Rdoc Generator 2.