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

com.fluxtion.server.plugin.jdbc.JdbcConnectionLoader Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
/*
 * SPDX-FileCopyrightText: © 2024 Gregory Higgins 
 * SPDX-License-Identifier: AGPL-3.0-only
 */

package com.fluxtion.server.plugin.jdbc;

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

public interface JdbcConnectionLoader {

    Connection getConnection(String name) throws SQLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy