Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TBoolValue
-
Packages that use TBoolValue Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TBoolValue in com.databricks.jdbc.model.client.thrift.generated
Methods in com.databricks.jdbc.model.client.thrift.generated that return TBoolValue Modifier and Type Method Description TBoolValueTBoolValue. deepCopy()TBoolValueTColumnValue. getBoolVal()TBoolValueTBoolValue. setValue(boolean value)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TBoolValue Modifier and Type Method Description static TColumnValueTColumnValue. boolVal(TBoolValue value)intTBoolValue. compareTo(TBoolValue other)booleanTBoolValue. equals(TBoolValue that)voidTColumnValue. setBoolVal(TBoolValue value)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TBoolValue Constructor Description TBoolValue(TBoolValue other)Performs a deep copy on other.
-