tech.ydb.jdbc.exception.YdbStatusable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-jdbc-driver Show documentation
Show all versions of ydb-jdbc-driver Show documentation
JDBC Driver over YDB Java SDK
package tech.ydb.jdbc.exception;
import tech.ydb.core.Status;
/**
*
* @author Aleksandr Gorshenin
*/
public interface YdbStatusable {
Status getStatus();
}