Uses of Class
com.databricks.jdbc.commons.CommandName
-
Packages that use CommandName Package Description com.databricks.jdbc.client.impl.thrift.commons com.databricks.jdbc.commons com.databricks.jdbc.telemetry.annotation -
-
Uses of CommandName in com.databricks.jdbc.client.impl.thrift.commons
Methods in com.databricks.jdbc.client.impl.thrift.commons with parameters of type CommandName Modifier and Type Method Description org.apache.thrift.TBaseDatabricksThriftAccessor. getThriftResponse(org.apache.thrift.TBase request, CommandName commandName, IDatabricksStatement parentStatement) -
Uses of CommandName in com.databricks.jdbc.commons
Methods in com.databricks.jdbc.commons 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. -
Uses of CommandName in com.databricks.jdbc.telemetry.annotation
Methods in com.databricks.jdbc.telemetry.annotation that return CommandName Modifier and Type Method Description CommandNamemetricName()
-