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

com.netflix.ndbench.plugin.cockroachdb.operations.CockroachDBRetryableTransaction Maven / Gradle / Ivy

The newest version!
package com.netflix.ndbench.plugin.cockroachdb.operations;

import java.sql.Connection;
import java.sql.SQLException;

public interface CockroachDBRetryableTransaction {
    void run(Connection conn)
            throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy