Spark 4.1.1 ScalaDoc - org.apache.spark.sql.catalog.Database

class Database extends DefinedByConstructorParams

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Database
  2. DefinedByConstructorParams
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new Database(name: String, description: String, locationUri: String)
  2. new Database(name: String, catalog: String, description: String, locationUri: String)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. val catalog: String
  6. def clone(): AnyRef
  7. val description: String
  8. final def eq(arg0: AnyRef): Boolean
  9. def equals(arg0: AnyRef): Boolean
  10. final def getClass(): Class[_ <: AnyRef]
  11. def hashCode(): Int
  12. final def isInstanceOf[T0]: Boolean
  13. val locationUri: String
  14. val name: String
  15. final def ne(arg0: AnyRef): Boolean
  16. final def notify(): Unit
  17. final def notifyAll(): Unit
  18. final def synchronized[T0](arg0: => T0): T0
  19. def toString(): String
  20. final def wait(arg0: Long, arg1: Int): Unit
  21. final def wait(arg0: Long): Unit
  22. final def wait(): Unit

Deprecated Value Members

  1. def finalize(): Unit

Inherited from DefinedByConstructorParams

Inherited from AnyRef

Inherited from Any

Ungrouped