Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TCloudFetchDisabledReason
-
Packages that use TCloudFetchDisabledReason Package Description com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of TCloudFetchDisabledReason in com.databricks.jdbc.client.impl.thrift.generated
Methods in com.databricks.jdbc.client.impl.thrift.generated that return TCloudFetchDisabledReason Modifier and Type Method Description static TCloudFetchDisabledReasonTCloudFetchDisabledReason. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.static TCloudFetchDisabledReasonTCloudFetchDisabledReason. valueOf(String name)Returns the enum constant of this type with the specified name.static TCloudFetchDisabledReason[]TCloudFetchDisabledReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-