Uses of Class
com.databricks.jdbc.client.impl.helper.CommandName
-
Packages that use CommandName Package Description com.databricks.jdbc.client.impl.helper -
-
Uses of CommandName in com.databricks.jdbc.client.impl.helper
Methods in com.databricks.jdbc.client.impl.helper that return CommandName Modifier and Type Method Description static CommandNameCommandName. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandName[]CommandName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.client.impl.helper with parameters of type CommandName Modifier and Type Method Description StringCommandBuilder. getSQLString(CommandName command)
-