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

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

There is a newer version: 0.7.4
Show 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 - 2024 Weber Informatics LLC | Privacy Policy