tech.ydb.jdbc.settings.FakeTxMode 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.settings;
/**
*
* @author Aleksandr Gorshenin
*/
public enum FakeTxMode {
ERROR,
FAKE_TX,
SHADOW_COMMIT,
}