Files

Class/Module Index [+]

Quicksearch

ActiveRecord::ConnectionAdapters::PostgresJdbcConnection

Public Instance Methods

java_native_database_types() click to toggle source
set_native_database_types() click to toggle source

override to prevent connection from loading hash from jdbc metadata, which can be expensive. We can do this since native_database_types is defined in the adapter to use a static hash not relying on the driver's metadata

# File lib/arjdbc/postgresql/adapter.rb, line 943
def set_native_database_types
  @native_types = {}
end
Also aliased as: java_native_database_types

[Validate]

Generated with the Darkfish Rdoc Generator 2.