Informix uses the :informix database type
# File lib/sequel/adapters/shared/informix.rb, line 7 7: def database_type 8: :informix 9: end
Informix has issues with quoted identifiers, so turn off database quoting by default.
# File lib/sequel/adapters/shared/informix.rb, line 15 15: def quote_identifiers_default 16: false 17: end
SQL fragment for showing a table is temporary
# File lib/sequel/adapters/shared/informix.rb, line 20 20: def temporary_table_sql 21: TEMPORARY 22: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.