Uses of Class
com.clickhouse.jdbc.parser.OperationType
-
Packages that use OperationType Package Description com.clickhouse.jdbc.parser -
-
Uses of OperationType in com.clickhouse.jdbc.parser
Methods in com.clickhouse.jdbc.parser that return OperationType Modifier and Type Method Description OperationTypeClickHouseSqlStatement. getOperationType()static OperationTypeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-