Class Index [+]

Quicksearch

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 7
7:       def database_type
8:         :informix
9:       end

Private Instance Methods

quote_identifiers_default() click to toggle source

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
temporary_table_sql() click to toggle source

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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.