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

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

package org.solovyev.common.db;

import java.sql.Connection;
import java.sql.SQLException;

/**
 * User: serso
 * Date: Oct 16, 2009
 * Time: 12:34:16 AM
 */
public interface SQLCommand {
    T execute(Connection dbConnection) throws SQLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy