tech.ydb.jdbc.query.QueryCmd 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.query;
/**
*
* @author Aleksandr Gorshenin
*/
public enum QueryCmd {
UNKNOWN,
SELECT,
CREATE_ALTER_DROP,
INSERT_UPSERT,
UPDATE_REPLACE_DELETE
}