Packages

class Schema extends AnyRef

Manages metadata for all objects

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schema
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Schema(processor: Processor, schemaDbms: String, schemaDb: String, schemaDbConfig: List[(String, String)], tempDbms: String, tempDb: String, tempDbConfig: List[(String, String)])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addIndexLocation(indexName: String, locationId: LocationId, dur: DbObjectDuration): Unit
  5. def addLocation(loc: Location): Unit
  6. def addObject(obj: SchemaObject, depIds: List[SchemaObjectId], dur: DbObjectDuration): Unit
  7. def allLocations: List[Location]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def checkSchemaStore(): Unit
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def close(): Unit
  12. def columns(expr: RelExpr): List[Column]
  13. def createSchema(): Unit
  14. def dbHandlerOpt(id: LocationId): Option[DbHandler]
  15. def dbHandlerOpt(id: String): Option[DbHandler]
  16. def dbHandlers: List[DbHandler]
  17. def dependencies(id: String): List[String]
  18. def dropSchema(): Unit
  19. def duration(id: String): DbObjectDuration
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def indexLocationOpt(indexName: String): Option[LocationId]
  25. def indexLocations: List[(String, LocationId)]
  26. def init(): Unit
  27. def isActiveLocation(id: LocationId): Boolean
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isObjectIdPresent(id: String): Boolean
  30. def isTemporary(id: String): Boolean
  31. def locationIds: List[LocationId]
  32. def locationOpt(id: LocationId): Option[Location]
  33. def locationOpt(id: String): Option[Location]
  34. def locations: List[Location]
  35. def mlObjectOpt(id: String): Option[SchemaMLObject]
  36. def mlObjects: List[SchemaMLObject]
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def objectOpt(id: String): Option[SchemaObject]
  41. def objects: List[SchemaObject]
  42. def persistentObjects: List[SchemaObject]
  43. def removeIndexLocation(indexName: String): Unit
  44. def removeLocation(id: LocationId): Unit
  45. def removeObject(id: SchemaObjectId): Unit
  46. val schemaTables: List[SchemaTable]
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def tableOpt(id: String): Option[SchemaTable]
  49. def tables(locIds: List[LocationId]): List[SchemaTable]
  50. def tables: List[SchemaTable]
  51. def temporaryObjects: List[SchemaObject]
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def viewOpt(id: String): Option[SchemaView]
  54. def views: List[SchemaView]
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped