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

io.edurt.datacap.plugin.natived.h2.H2Adapter Maven / Gradle / Ivy

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy