Uses of Class
com.microsoft.azure.kusto.data.CommandType
-
Packages that use CommandType Package Description com.microsoft.azure.kusto.data -
-
Uses of CommandType in com.microsoft.azure.kusto.data
Methods in com.microsoft.azure.kusto.data that return CommandType Modifier and Type Method Description static CommandTypeCommandType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandType[]CommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-