Parent

Methods

DBI::DBD::SQLite::Driver

See DBI::BaseDriver.

Public Class Methods

new() click to toggle source
# File lib/dbd/SQLite.rb, line 75
def initialize
    super "0.4.0"
end

Public Instance Methods

connect(dbname, user, auth, attr_hash) click to toggle source
# File lib/dbd/SQLite.rb, line 79
def connect(dbname, user, auth, attr_hash)
    return Database.new(dbname, user, auth, attr_hash)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.