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

tech.ydb.table.result.OptionalReader Maven / Gradle / Ivy

package tech.ydb.table.result;

/**
 * @author Sergey Polovko
 */
public interface OptionalReader {

    boolean isOptionalItemPresent();

    ValueReader getOptionalItem();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy