Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetInfoType
-
Packages that use TGetInfoType Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TGetInfoType in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TGetInfoType Modifier and Type Field Description TGetInfoTypeTGetInfoReq. infoTypeFields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TGetInfoType Modifier and Type Field Description List<TGetInfoType>TOpenSessionReq. getInfosMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetInfoType Modifier and Type Method Description static TGetInfoTypeTGetInfoType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TGetInfoTypeTGetInfoReq. getInfoType()static TGetInfoTypeTGetInfoType. valueOf(String name)Returns the enum constant of this type with the specified name.static TGetInfoType[]TGetInfoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TGetInfoType Modifier and Type Method Description List<TGetInfoType>TOpenSessionReq. getGetInfos()Iterator<TGetInfoType>TOpenSessionReq. getGetInfosIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoType Modifier and Type Method Description voidTOpenSessionReq. addToGetInfos(TGetInfoType elem)TGetInfoReqTGetInfoReq. setInfoType(TGetInfoType infoType)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TGetInfoType Modifier and Type Method Description TOpenSessionReqTOpenSessionReq. setGetInfos(List<TGetInfoType> getInfos)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoType Constructor Description TGetInfoReq(TSessionHandle sessionHandle, TGetInfoType infoType)
-