# File lib/dbi/handles/database.rb, line 32
        def connected?
            not @handle.nil?
        end