ConnProxy

molecule.core.marshalling.ConnProxy
sealed trait ConnProxy

Attributes

Source
ConnProxy.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DatomicProxy
class JdbcProxy
class MongoProxy

Members list

Value members

Abstract fields

val attrMap: Map[String, (Card, String, Seq[String])]

Attributes

Source
ConnProxy.scala
val dbView: Option[DbView]

Internal holder of optional alternative Db view (asOf, since, widh). Used by Datomic

Internal holder of optional alternative Db view (asOf, since, widh). Used by Datomic

Attributes

Source
ConnProxy.scala

Attributes

Source
ConnProxy.scala
val nsMap: Map[String, MetaNs]

Attributes

Source
ConnProxy.scala
val reserved: Option[Reserved]

Attributes

Source
ConnProxy.scala
val uniqueAttrs: List[String]

Attributes

Source
ConnProxy.scala
val uuid: UUID

Unique internal identifier for cached proxy connection on server side

Unique internal identifier for cached proxy connection on server side

Attributes

Source
ConnProxy.scala