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

io.vertx.sqlclient.SqlConnection Maven / Gradle / Ivy

package io.vertx.sqlclient;

import io.vertx.core.AsyncResult;
import io.vertx.core.Future;
import io.vertx.core.Handler;

public interface SqlConnection extends SqlClient {

    SqlConnection prepare(String sql, Handler> handler);

    Future prepare(String sql);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy