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