Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TStatusCode
-
Packages that use TStatusCode Package Description com.databricks.jdbc.client.impl.thrift.commons com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of TStatusCode in com.databricks.jdbc.client.impl.thrift.commons
Fields in com.databricks.jdbc.client.impl.thrift.commons with type parameters of type TStatusCode Modifier and Type Field Description static List<TStatusCode>DatabricksThriftHelper. SUCCESS_STATUS_LISTMethods in com.databricks.jdbc.client.impl.thrift.commons with parameters of type TStatusCode Modifier and Type Method Description static voidDatabricksThriftHelper. verifySuccessStatus(TStatusCode statusCode, String errorContext) -
Uses of TStatusCode in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.thrift.generated declared as TStatusCode Modifier and Type Field Description TStatusCodeTStatus. statusCodeMethods in com.databricks.jdbc.client.impl.thrift.generated that return TStatusCode Modifier and Type Method Description static TStatusCodeTStatusCode. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TStatusCodeTStatus. getStatusCode()static TStatusCodeTStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static TStatusCode[]TStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.client.impl.thrift.generated with parameters of type TStatusCode Modifier and Type Method Description TStatusTStatus. setStatusCode(TStatusCode statusCode)Constructors in com.databricks.jdbc.client.impl.thrift.generated with parameters of type TStatusCode Constructor Description TStatus(TStatusCode statusCode)
-