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

dev.jfr4jdbc.JfrConnection Maven / Gradle / Ivy

There is a newer version: 2.0.0-M3
Show newest version
package dev.jfr4jdbc;

import dev.jfr4jdbc.internal.JfrConnection42;

import java.sql.Connection;

public class JfrConnection extends JfrConnection42 implements Connection{

    public JfrConnection(Connection con) {
        super(con);
    }

    public JfrConnection(Connection con, String label) {
        super(con, label);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy