Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TDBSqlConfValue
-
Packages that use TDBSqlConfValue Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TDBSqlConfValue in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TDBSqlConfValue Modifier and Type Field Description Map<String,TDBSqlConfValue>TDBSqlSessionConf. internalConfsMethods in com.databricks.jdbc.model.client.thrift.generated that return TDBSqlConfValue Modifier and Type Method Description TDBSqlConfValueTDBSqlConfValue. deepCopy()TDBSqlConfValueTDBSqlConfValue. setValue(String value)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TDBSqlConfValue Modifier and Type Method Description Map<String,TDBSqlConfValue>TDBSqlSessionConf. getInternalConfs()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDBSqlConfValue Modifier and Type Method Description intTDBSqlConfValue. compareTo(TDBSqlConfValue other)booleanTDBSqlConfValue. equals(TDBSqlConfValue that)voidTDBSqlSessionConf. putToInternalConfs(String key, TDBSqlConfValue val)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TDBSqlConfValue Modifier and Type Method Description TDBSqlSessionConfTDBSqlSessionConf. setInternalConfs(Map<String,TDBSqlConfValue> internalConfs)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDBSqlConfValue Constructor Description TDBSqlConfValue(TDBSqlConfValue other)Performs a deep copy on other.
-