# File lib/dm-core/adapters/abstract_adapter.rb, line 103
      def read(query)
        raise NotImplementedError, "#{self.class}#read not implemented"
      end