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