Uses of Enum
com.databricks.jdbc.model.client.thrift.generated.TOperationType
Packages that use TOperationType
-
Uses of TOperationType in com.databricks.jdbc.model.client.thrift.generated
Subclasses with type arguments of type TOperationType in com.databricks.jdbc.model.client.thrift.generatedFields in com.databricks.jdbc.model.client.thrift.generated declared as TOperationTypeMethods in com.databricks.jdbc.model.client.thrift.generated that return TOperationTypeModifier and TypeMethodDescriptionstatic TOperationTypeTOperationType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.TOperationHandle.getOperationType()static TOperationTypeReturns the enum constant of this type with the specified name.static TOperationType[]TOperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOperationTypeModifier and TypeMethodDescriptionTOperationHandle.setOperationType(TOperationType operationType) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOperationTypeModifierConstructorDescriptionTOperationHandle(THandleIdentifier operationId, TOperationType operationType, boolean hasResultSet)