Access uses type :access as the database_type
# File lib/sequel/adapters/shared/access.rb, line 5 5: def database_type 6: :access 7: end
Access uses type Counter for an autoincrementing keys
# File lib/sequel/adapters/shared/access.rb, line 15 15: def serial_primary_key_options 16: {:primary_key => true, :type=>:Counter} 17: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.