Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetInfoValue
-
Packages that use TGetInfoValue Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TGetInfoValue in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TGetInfoValue Modifier and Type Field Description TGetInfoValueTGetInfoResp. infoValueFields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TGetInfoValue Modifier and Type Field Description List<TGetInfoValue>TOpenSessionResp. getInfosMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetInfoValue Modifier and Type Method Description static TGetInfoValueTGetInfoValue. binaryValue(int value)TGetInfoValueTGetInfoValue. deepCopy()TGetInfoValueTGetInfoResp. 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 TGetInfoValue Modifier and Type Method Description List<TGetInfoValue>TOpenSessionResp. getGetInfos()Iterator<TGetInfoValue>TOpenSessionResp. getGetInfosIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoValue Modifier and Type Method Description voidTOpenSessionResp. addToGetInfos(TGetInfoValue elem)intTGetInfoValue. compareTo(TGetInfoValue other)booleanTGetInfoValue. equals(TGetInfoValue other)TGetInfoRespTGetInfoResp. setInfoValue(TGetInfoValue infoValue)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TGetInfoValue Modifier and Type Method Description TOpenSessionRespTOpenSessionResp. setGetInfos(List<TGetInfoValue> getInfos)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoValue Constructor Description TGetInfoResp(TStatus status, TGetInfoValue infoValue)TGetInfoValue(TGetInfoValue other)
-