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

org.tarantool.TarantoolSQLOps Maven / Gradle / Ivy

package org.tarantool;

public interface TarantoolSQLOps {
    Update update(String sql, Tuple... bind);

    Result query(String sql, Tuple... bind);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy