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

tech.ydb.jdbc.exception.YdbStatusable Maven / Gradle / Ivy

There is a newer version: 2.3.5
Show newest version
package tech.ydb.jdbc.exception;

import tech.ydb.core.Status;

/**
 *
 * @author Aleksandr Gorshenin
 */
public interface YdbStatusable {
    Status getStatus();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy