Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetInfoValue
Packages that use TGetInfoValue
-
Uses of TGetInfoValue in com.databricks.jdbc.model.client.thrift.generated
Subclasses with type arguments of type TGetInfoValue in com.databricks.jdbc.model.client.thrift.generatedFields in com.databricks.jdbc.model.client.thrift.generated declared as TGetInfoValueFields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TGetInfoValueMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetInfoValueModifier and TypeMethodDescriptionstatic TGetInfoValueTGetInfoValue.binaryValue(int value) TGetInfoValue.deepCopy()TGetInfoResp.getInfoValue()static TGetInfoValueTGetInfoValue.integerBitmask(int value) static TGetInfoValueTGetInfoValue.integerFlag(int value) static TGetInfoValueTGetInfoValue.lenValue(long value) static TGetInfoValueTGetInfoValue.smallIntValue(short value) static TGetInfoValueTGetInfoValue.stringValue(String value) Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TGetInfoValueModifier and TypeMethodDescriptionTOpenSessionResp.getGetInfos()TOpenSessionResp.getGetInfosIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoValueModifier and TypeMethodDescriptionvoidTOpenSessionResp.addToGetInfos(TGetInfoValue elem) intTGetInfoValue.compareTo(TGetInfoValue other) booleanTGetInfoValue.equals(TGetInfoValue other) TGetInfoResp.setInfoValue(TGetInfoValue infoValue) Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TGetInfoValueConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoValueModifierConstructorDescriptionTGetInfoResp(TStatus status, TGetInfoValue infoValue) TGetInfoValue(TGetInfoValue other)