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

io.edurt.datacap.plugin.jdbc.mysql.MySQLConnection Maven / Gradle / Ivy

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

import io.edurt.datacap.spi.connection.JdbcConfigure;
import io.edurt.datacap.spi.connection.JdbcConnection;
import io.edurt.datacap.spi.model.Response;

public class MySQLConnection
        extends JdbcConnection
{
    public MySQLConnection(JdbcConfigure jdbcConfigure, Response response)
    {
        super(jdbcConfigure, response);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy