Included Modules

Class/Module Index [+]

Quicksearch

JdbcSpec::H2

Public Class Methods

adapter_matcher(name, *) click to toggle source
# File lib/jdbc_adapter/jdbc_hsqldb.rb, line 204
def self.adapter_matcher(name, *)
  name =~ /\.h2\./ ? self : false
end

Public Instance Methods

h2_adapter() click to toggle source
# File lib/jdbc_adapter/jdbc_hsqldb.rb, line 208
def h2_adapter
  true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.