Class/Module Index [+]

Quicksearch

Sequel::JDBC::Transactions

Public Instance Methods

supports_savepoints?() click to toggle source

Check the JDBC DatabaseMetaData for savepoint support

# File lib/sequel/adapters/jdbc/transactions.rb, line 12
def supports_savepoints?
  return @supports_savepoints if defined?(@supports_savepoints)
  @supports_savepoints = synchronize{|c| c.get_meta_data.supports_savepoints}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.