# File lib/dbi/dbi.rb, line 673 def tables raise InterfaceError, "Database connection was already closed!" if @handle.nil? @handle.tables end