Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TByteValue
-
Packages that use TByteValue Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TByteValue in com.databricks.jdbc.model.client.thrift.generated
Methods in com.databricks.jdbc.model.client.thrift.generated that return TByteValue Modifier and Type Method Description TByteValueTByteValue. deepCopy()TByteValueTColumnValue. getByteVal()TByteValueTByteValue. setValue(byte value)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TByteValue Modifier and Type Method Description static TColumnValueTColumnValue. byteVal(TByteValue value)intTByteValue. compareTo(TByteValue other)booleanTByteValue. equals(TByteValue that)voidTColumnValue. setByteVal(TByteValue value)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TByteValue Constructor Description TByteValue(TByteValue other)Performs a deep copy on other.
-