Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TSparkParameter
-
Packages that use TSparkParameter Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TSparkParameter in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TSparkParameter Modifier and Type Field Description List<TSparkParameter>TExecuteStatementReq. parametersMethods in com.databricks.jdbc.model.client.thrift.generated that return TSparkParameter Modifier and Type Method Description TSparkParameterTSparkParameter. deepCopy()TSparkParameterTSparkParameter. setArguments(List<TSparkParameterValueArg> arguments)TSparkParameterTSparkParameter. setName(String name)TSparkParameterTSparkParameter. setOrdinal(int ordinal)TSparkParameterTSparkParameter. setType(String type)TSparkParameterTSparkParameter. setValue(TSparkParameterValue value)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TSparkParameter Modifier and Type Method Description List<TSparkParameter>TExecuteStatementReq. getParameters()Iterator<TSparkParameter>TExecuteStatementReq. getParametersIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkParameter Modifier and Type Method Description voidTExecuteStatementReq. addToParameters(TSparkParameter elem)intTSparkParameter. compareTo(TSparkParameter other)booleanTSparkParameter. equals(TSparkParameter that)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TSparkParameter Modifier and Type Method Description TExecuteStatementReqTExecuteStatementReq. setParameters(List<TSparkParameter> parameters)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TSparkParameter Constructor Description TSparkParameter(TSparkParameter other)Performs a deep copy on other.
-