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

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

package io.vertx.sqlclient;

public interface SqlClient {

    Query> query(String sql);

    PreparedQuery> preparedQuery(String sql);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy