case class Client(forPeerServer: Boolean, datomicClient: AnyRef) extends AnomalyWrapper with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Client
- Serializable
- Product
- Equals
- AnomalyWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Client(forPeerServer: Boolean, datomicClient: AnyRef)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def administerSystem(dbName: String): Map[_, _]
- 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
- def anomaly(anomalyMap: PersistentArrayMap): CognitectAnomaly
- Definition Classes
- AnomalyWrapper
- def anomaly(e: ExceptionInfo): CognitectAnomaly
- Definition Classes
- AnomalyWrapper
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def catchAnomaly[T](codeToRun: => T): T
- Definition Classes
- AnomalyWrapper
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def connect(dbName: String): Connection
- def createDatabase(dbName: String, timeout: Int = 0): Boolean
- val datomicClient: AnyRef
- def deleteDatabase(dbName: String, timeout: Int = 0): Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val forPeerServer: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listDatabases(timeout: Int = 0, offset: Int = 0, limit: Int = 1000): List[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()