Class: ActiveRecord::ConnectionAdapters::JdbcConnection

Inherits:
Object
  • Object
show all
Defined in:
lib/arjdbc/jdbc/connection.rb

Overview

JDBC (connection) base class, custom adapters we support likely extend this class. For maximum performance most of this class and the sub-classes we ship are implemented in Java, check: RubyJdbcConnection.java

Instance Method Summary collapse

Instance Method Details

#native_database_typesObject



10
11
12
# File 'lib/arjdbc/jdbc/connection.rb', line 10

def native_database_types
  JdbcTypeConverter.new(supported_data_types).choose_best_types
end