# File lib/jdbc_adapter/jdbc_derby.rb, line 369
    def tables
      @connection.tables(nil, derby_schema)
    end