Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TI32Value
-
Packages that use TI32Value Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TI32Value in com.databricks.jdbc.model.client.thrift.generated
Methods in com.databricks.jdbc.model.client.thrift.generated that return TI32Value Modifier and Type Method Description TI32ValueTI32Value. deepCopy()TI32ValueTColumnValue. getI32Val()TI32ValueTI32Value. setValue(int value)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TI32Value Modifier and Type Method Description intTI32Value. compareTo(TI32Value other)booleanTI32Value. equals(TI32Value that)static TColumnValueTColumnValue. i32Val(TI32Value value)voidTColumnValue. setI32Val(TI32Value value)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TI32Value Constructor Description TI32Value(TI32Value other)Performs a deep copy on other.
-