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

com.firefly.db.SQLClient Maven / Gradle / Ivy

package com.firefly.db;

import com.firefly.utils.function.Func1;

import java.util.concurrent.CompletableFuture;

/**
 * @author Pengtao Qiu
 */
public interface SQLClient {

    CompletableFuture getConnection();

     CompletableFuture newTransaction(Func1> func1);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy