Packages

case class Client(forPeerServer: Boolean, datomicClient: AnyRef) extends AnomalyWrapper with Product with Serializable

Source
Client.scala
Linear Supertypes
Serializable, Product, Equals, AnomalyWrapper, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Client
  2. Serializable
  3. Product
  4. Equals
  5. AnomalyWrapper
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Client(forPeerServer: Boolean, datomicClient: AnyRef)

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 administerSystem(dbName: String): Map[_, _]
  5. def administerSystem(options: Map[_, _]): Map[_, _]

    Upgrading Datomic Schema

    Upgrading Datomic Schema

    (more system operations might be added)

    options

    param-value pairs of config // Example options Util.map( // Client read(":db-name"), "my-db", // On-Prem (?) read(":uri"), "datomic:dev://localhost:4334/my-db", read(":action"), read(":upgrade-schema"), )

    returns

    Diagnostive value or throwing a failure exception

    Since

    0.9.5893

    See also

    https://docs.datomic.com/on-prem/deployment.html#upgrading-schema

    https://docs.datomic.com/cloud/operation/howto.html#upgrade-base-schema

  6. def anomaly(anomalyMap: PersistentArrayMap): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  7. def anomaly(e: ExceptionInfo): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def catchAnomaly[T](codeToRun: => T): T
    Definition Classes
    AnomalyWrapper
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def connect(dbName: String): Connection
  12. def createDatabase(dbName: String, timeout: Int = 0): Boolean
  13. val datomicClient: AnyRef
  14. def deleteDatabase(dbName: String, timeout: Int = 0): Boolean
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. val forPeerServer: Boolean
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def listDatabases(timeout: Int = 0, offset: Int = 0, limit: Int = 1000): List[String]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnomalyWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped