Uses of Enum
com.databricks.jdbc.model.core.Disposition
Packages that use Disposition
-
Uses of Disposition in com.databricks.jdbc.model.client.sqlexec
Methods in com.databricks.jdbc.model.client.sqlexec that return DispositionMethods in com.databricks.jdbc.model.client.sqlexec with parameters of type DispositionModifier and TypeMethodDescriptionExecuteStatementRequest.setDisposition(Disposition disposition) -
Uses of Disposition in com.databricks.jdbc.model.core
Subclasses with type arguments of type Disposition in com.databricks.jdbc.model.coreModifier and TypeClassDescriptionenumEnum to represent the disposition of the result data from SQL Execution API.Methods in com.databricks.jdbc.model.core that return DispositionModifier and TypeMethodDescriptionstatic DispositionReturns the enum constant of this type with the specified name.static Disposition[]Disposition.values()Returns an array containing the constants of this enum type, in the order they are declared.