AS400 uses the :as400 database type.
# File lib/sequel/adapters/jdbc/as400.rb, line 18 def database_type :as400 end
TODO: Fix for AS400
# File lib/sequel/adapters/jdbc/as400.rb, line 23 def last_insert_id(conn, opts={}) nil end
AS400 supports transaction isolation levels
# File lib/sequel/adapters/jdbc/as400.rb, line 28 def supports_transaction_isolation_levels? true end
Generated with the Darkfish Rdoc Generator 2.