Methods

Class Index [+]

Quicksearch

Sequel::Swift::SQLite::DatabaseMethods

Database instance methods for SQLite databases accessed via Swift.

Public Instance Methods

connect(opts) click to toggle source

Set the correct pragmas on the connection.

    # File lib/sequel/adapters/swift/sqlite.rb, line 13
13:         def connect(opts)
14:           c = super
15:           connection_pragmas.each{|s| log_yield(s){c.execute(s)}}
16:           c
17:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.