Action

molecule.core.action.Action
abstract class Action(elements: List[Element]) extends ModelUtils

Attributes

Source
Action.scala
Graph
Supertypes
trait ModelUtils
class Object
trait Matchable
class Any
Known subtypes
class Delete
class Insert
class Query[Tpl]
class QueryCursor[Tpl]
class QueryOffset[Tpl]
class Save
class Update
Show all

Members list

Value members

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