tech.ydb.query.settings.QueryExecMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-query Show documentation
Show all versions of ydb-sdk-query Show documentation
YDB QueryService client implementation
package tech.ydb.query.settings;
/**
*
* @author Aleksandr Gorshenin
*/
public enum QueryExecMode {
EXECUTE,
EXPLAIN,
PARSE,
VALIDATE,
UNSPECIFIED
}