class RDBI::Driver::PostgreSQL

Constants

VERSION

Public Class Methods

new( *args ) click to toggle source
Calls superclass method
# File lib/rdbi/driver/postgresql.rb, line 8
def initialize( *args )
  super( Database, *args )
end