Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TDBSqlTempView
-
Packages that use TDBSqlTempView Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TDBSqlTempView in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated with type parameters of type TDBSqlTempView Modifier and Type Field Description List<TDBSqlTempView>TDBSqlSessionConf. tempViewsMethods in com.databricks.jdbc.model.client.thrift.generated that return TDBSqlTempView Modifier and Type Method Description TDBSqlTempViewTDBSqlTempView. deepCopy()TDBSqlTempViewTDBSqlTempView. setName(String name)TDBSqlTempViewTDBSqlTempView. setProperties(Map<String,String> properties)TDBSqlTempViewTDBSqlTempView. setSqlStatement(String sqlStatement)TDBSqlTempViewTDBSqlTempView. setViewSchema(String viewSchema)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TDBSqlTempView Modifier and Type Method Description List<TDBSqlTempView>TDBSqlSessionConf. getTempViews()Iterator<TDBSqlTempView>TDBSqlSessionConf. getTempViewsIterator()Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDBSqlTempView Modifier and Type Method Description voidTDBSqlSessionConf. addToTempViews(TDBSqlTempView elem)intTDBSqlTempView. compareTo(TDBSqlTempView other)booleanTDBSqlTempView. equals(TDBSqlTempView that)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TDBSqlTempView Modifier and Type Method Description TDBSqlSessionConfTDBSqlSessionConf. setTempViews(List<TDBSqlTempView> tempViews)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDBSqlTempView Constructor Description TDBSqlTempView(TDBSqlTempView other)Performs a deep copy on other.
-