ResolveUpdate

molecule.core.transaction.ResolveUpdate
class ResolveUpdate(proxy: ConnProxy, val isUpsert: Boolean) extends ModelUtils

Attributes

Source
ResolveUpdate.scala
Graph
Supertypes
trait ModelUtils
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

final def resolve(elements: List[Element]): Unit

Attributes

Source
ResolveUpdate.scala

Inherited methods

protected def countValueAttrs(elements: List[Element]): Int

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final def getAttrNames(elements: List[Element], attrs: Set[String]): Set[String]

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def getInitialNonGenericNs(elements: List[Element]): String

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def getInitialNs(elements: List[Element]): String

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
def isRefUpdate(elements: List[Element]): Boolean

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def noKeywords(elements: List[Element], optProxy: Option[ConnProxy]): List[Element]

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala

Concrete fields

val isUpdate: Boolean

Attributes

Source
ResolveUpdate.scala
val isUpsert: Boolean

Attributes

Source
ResolveUpdate.scala
val update: String

Attributes

Source
ResolveUpdate.scala