Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TSQLVariable
-
Packages that use TSQLVariable Package Description com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of TSQLVariable in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.thrift.generated with type parameters of type TSQLVariable Modifier and Type Field Description List<TSQLVariable>TDBSqlSessionConf. tempVariablesMethods in com.databricks.jdbc.client.impl.thrift.generated that return TSQLVariable Modifier and Type Method Description TSQLVariableTSQLVariable. deepCopy()TSQLVariableTSQLVariable. setCatalogName(String catalogName)TSQLVariableTSQLVariable. setCurrentValue(String currentValue)TSQLVariableTSQLVariable. setDefaultExpressionSQL(String defaultExpressionSQL)TSQLVariableTSQLVariable. setSchemaName(String schemaName)TSQLVariableTSQLVariable. setVariableDataType(String variableDataType)TSQLVariableTSQLVariable. setVariableName(String variableName)Methods in com.databricks.jdbc.client.impl.thrift.generated that return types with arguments of type TSQLVariable Modifier and Type Method Description List<TSQLVariable>TDBSqlSessionConf. getTempVariables()Iterator<TSQLVariable>TDBSqlSessionConf. getTempVariablesIterator()Methods in com.databricks.jdbc.client.impl.thrift.generated with parameters of type TSQLVariable Modifier and Type Method Description voidTDBSqlSessionConf. addToTempVariables(TSQLVariable elem)intTSQLVariable. compareTo(TSQLVariable other)booleanTSQLVariable. equals(TSQLVariable that)Method parameters in com.databricks.jdbc.client.impl.thrift.generated with type arguments of type TSQLVariable Modifier and Type Method Description TDBSqlSessionConfTDBSqlSessionConf. setTempVariables(List<TSQLVariable> tempVariables)Constructors in com.databricks.jdbc.client.impl.thrift.generated with parameters of type TSQLVariable Constructor Description TSQLVariable(TSQLVariable other)Performs a deep copy on other.
-