DBI::BaseDriver
See DBI::BaseDriver.
# File lib/dbd/Pg.rb, line 146 def initialize super("0.4.0") end
Connect to a database.
# File lib/dbd/Pg.rb, line 156 def connect(dbname, user, auth, attr) Database.new(dbname, user, auth, attr) end
List of datasources for this database.
# File lib/dbd/Pg.rb, line 151 def data_sources [] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.