tech.ydb.jdbc.YdbPrepareMode 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;
/**
*
* @author Aleksandr Gorshenin
*/
public enum YdbPrepareMode {
AUTO,
IN_MEMORY,
DATA_QUERY,
DATA_QUERY_BATCH
}