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

io.edurt.datacap.plugin.jdbc.postgresql.PostgreSQLConnection Maven / Gradle / Ivy

The newest version!
package io.edurt.datacap.plugin.jdbc.postgresql;

import io.edurt.datacap.spi.connection.JdbcConfigure;
import io.edurt.datacap.spi.connection.JdbcConnection;
import io.edurt.datacap.spi.model.Response;
import lombok.extern.slf4j.Slf4j;

@Slf4j
public class PostgreSQLConnection
        extends JdbcConnection
{
    public PostgreSQLConnection(JdbcConfigure jdbcConfigure, Response response)
    {
        super(jdbcConfigure, response);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy