module Sequel::Informix::DatabaseMethods

Constants

TEMPORARY

Public Instance Methods

database_type() click to toggle source

Informix uses the :informix database type

# File lib/sequel/adapters/shared/informix.rb, line 14
def database_type
  :informix
end