# File lib/active_record/vendor/db2.rb, line 118
    def tables
      check_rc(SQLTables(@handle, "", "%", "%", "TABLE"))
      fetch_all
    end