Packages

c

com.scleradb.exec

SchemaStore

class SchemaStore extends AnyRef

Metadata storage manager

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

Instance Constructors

  1. new SchemaStore(processor: Processor, schemaDbHandler: DbHandler)

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): Unit
  5. def addLocation(loc: Location): Unit
  6. def addObject(obj: SchemaObject, deps: List[SchemaObjectId]): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def createSchemaTables(): Unit
  10. def dependencies(objectId: String): List[String]
  11. def dropSchemaObjects(): Unit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def indexLocationOpt(indexName: String): Option[LocationId]
  17. def indexLocations: List[(String, LocationId)]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isObjectIdPresent(id: String): Boolean
  20. def locationOpt(id: String): Option[Location]
  21. val maxLen: Int
  22. def mlObjectOpt(mlObjId: String): Option[SchemaMLObject]
  23. def mlObjects: List[SchemaMLObject]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def remLocationIds(idStrs: List[String]): List[LocationId]
  28. def remLocations(idStrs: List[String]): List[Location]
  29. def removeIndexLocation(indexName: String): Unit
  30. def removeLocation(idStr: String): Unit
  31. def removeObject(id: SchemaObjectId): Unit
  32. val schemaTables: List[SchemaTable]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def tableOpt(tableId: String): Option[SchemaTable]
  35. def tables(locIds: List[LocationId]): List[SchemaTable]
  36. def tables: List[SchemaTable]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def versionOpt: Option[String]
  39. def viewOpt(viewId: String): Option[SchemaView]
  40. def views: List[SchemaView]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. 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