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

tech.ydb.jdbc.settings.FakeTxMode Maven / Gradle / Ivy

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

/**
 *
 * @author Aleksandr Gorshenin
 */
public enum FakeTxMode {
    ERROR,
    FAKE_TX,
    SHADOW_COMMIT,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy