Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TStringValue
-
Packages that use TStringValue Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TStringValue in com.databricks.jdbc.model.client.thrift.generated
Methods in com.databricks.jdbc.model.client.thrift.generated that return TStringValue Modifier and Type Method Description TStringValueTStringValue. deepCopy()TStringValueTColumnValue. getStringVal()TStringValueTStringValue. setValue(String value)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TStringValue Modifier and Type Method Description intTStringValue. compareTo(TStringValue other)booleanTStringValue. equals(TStringValue that)voidTColumnValue. setStringVal(TStringValue value)static TColumnValueTColumnValue. stringVal(TStringValue value)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TStringValue Constructor Description TStringValue(TStringValue other)Performs a deep copy on other.
-