All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.solovyev.common.db.SQLProducer Maven / Gradle / Ivy

package org.solovyev.common.db;

/**
 * User: serso
 * Date: Oct 16, 2009
 * Time: 12:36:29 AM
 */
public interface SQLProducer extends Producer {
    public SQLQuery getQuery();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy