1: package com.vividsolutions.jump.datastore; 2: 3: /** 4: * A simple interface for queries on connections 5: */ 6: public interface Query { 7: }