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

com.virtusa.gto.nyql.engine.pool.QJdbcPoolFetcher.groovy Maven / Gradle / Ivy

package com.virtusa.gto.nyql.engine.pool

import com.virtusa.gto.nyql.exceptions.NyException

@java.lang.SuppressWarnings('JdbcConnectionReference')
import java.sql.Connection
/**
 * @author IWEERARATHNA
 */
interface QJdbcPoolFetcher {

    Connection getConnection() throws NyException
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy