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

io.edurt.datacap.plugin.jdbc.hive.HiveAdapter Maven / Gradle / Ivy

There is a newer version: 2024.3.11
Show newest version
package io.edurt.datacap.plugin.jdbc.hive;

import io.edurt.datacap.spi.adapter.JdbcAdapter;
import io.edurt.datacap.spi.connection.JdbcConnection;

public class HiveAdapter
        extends JdbcAdapter
{
    public HiveAdapter(JdbcConnection jdbcConnection)
    {
        super(jdbcConnection);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy