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

org.tarantool.TarantoolSQLOps Maven / Gradle / Ivy

There is a newer version: 1.9.4
Show newest version
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