com.undefinedlabs.scope.rules.sql.provider.ConnectionInfoProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scope-rule-java-sql Show documentation
Show all versions of scope-rule-java-sql Show documentation
Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly identify, troubleshoot and fix failed builds.
This artifact contains the classes to instrument the Java SQL package.
package com.undefinedlabs.scope.rules.sql.provider;
import com.undefinedlabs.scope.rules.sql.model.ConnectionInfo;
import java.sql.Connection;
public interface ConnectionInfoProvider {
ConnectionInfo extractInfo(final Connection connection);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy