Uses of Enum
com.databricks.jdbc.model.client.thrift.generated.TFetchOrientation
Packages that use TFetchOrientation
-
Uses of TFetchOrientation in com.databricks.jdbc.model.client.thrift.generated
Subclasses with type arguments of type TFetchOrientation in com.databricks.jdbc.model.client.thrift.generatedFields in com.databricks.jdbc.model.client.thrift.generated declared as TFetchOrientationMethods in com.databricks.jdbc.model.client.thrift.generated that return TFetchOrientationModifier and TypeMethodDescriptionstatic TFetchOrientationTFetchOrientation.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.TFetchResultsReq.getOrientation()static TFetchOrientationReturns the enum constant of this type with the specified name.static TFetchOrientation[]TFetchOrientation.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 TFetchOrientationConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TFetchOrientationModifierConstructorDescriptionTFetchResultsReq(TOperationHandle operationHandle, TFetchOrientation orientation, long maxRows)