QueryOffset

molecule.core.action.QueryOffset
case class QueryOffset[Tpl](elements: List[Element], optLimit: Option[Int], offset: Int, dbView: Option[DbView], doInspect: Boolean) extends Action

Attributes

Source
QueryOffset.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Action
trait ModelUtils
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def i: QueryOffset[Tpl]

Attributes

Source
QueryOffset.scala
def limit(l: Int): QueryOffset[Tpl]

Attributes

Source
QueryOffset.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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product