module Sequel::Informix::DatabaseMethods

  1. lib/sequel/adapters/shared/informix.rb
Parent: Informix

Methods

Public Instance

  1. database_type

Constants

TEMPORARY = 'TEMP '.freeze  

Public Instance methods

database_type ()

Informix uses the :informix database type

[show source]
# File lib/sequel/adapters/shared/informix.rb, line 9
def database_type
  :informix
end