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

io.tarantool.driver.api.metadata.TarantoolIndexOptions Maven / Gradle / Ivy

package io.tarantool.driver.api.metadata;

/**
 * Represents Tarantool index options
 *
 * @author Sergey Volgin
 */
public interface TarantoolIndexOptions {
    boolean isUnique();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy