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

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)

Internal holder of optional alternative Db view (asOf, since, widh)

Attributes

Source
ConnProxy.scala
val metaSchema: MetaSchema

Attributes

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

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