Uses of Enum
com.databricks.jdbc.common.CommandName
Packages that use CommandName
-
Uses of CommandName in com.databricks.jdbc.common
Subclasses with type arguments of type CommandName in com.databricks.jdbc.commonFields in com.databricks.jdbc.common with type parameters of type CommandNameModifier and TypeFieldDescriptionstatic final Map<CommandName, List<ResultColumn>> MetadataResultConstants.NON_NULLABLE_COLUMNS_MAPMethods in com.databricks.jdbc.common that return CommandNameModifier and TypeMethodDescriptionstatic CommandNameReturns 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.dbclient.impl.common
Methods in com.databricks.jdbc.dbclient.impl.common with parameters of type CommandNameModifier and TypeMethodDescriptionMetadataResultSetBuilder.getResultSetWithGivenRowsAndColumns(List<ResultColumn> columns, List<List<Object>> rows, String statementId, CommandName commandName)