Pagination

molecule.core.query.Pagination
trait Pagination[Tpl]

Attributes

Source
Pagination.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

protected def decoder(tpe: String): String => Any

Attributes

Source
Pagination.scala
protected def decoder2(tpe: String): String => Any

Attributes

Source
Pagination.scala
protected def encoder(tpe: String, kind: String): Any => String

Attributes

Source
Pagination.scala
protected def getCount(limit: Int, forward: Boolean, totalCount: Int): Int

Attributes

Source
Pagination.scala
protected def getFilterAttr(tpe: String, ns: String, attr: String, fn: Op, v: String): AttrOneTac

Attributes

Source
Pagination.scala
protected def getFromUntil(tc: Int, limit: Option[Int], offset: Option[Int]): Option[(Int, Int, Boolean)]

Attributes

Source
Pagination.scala
protected def getRowHashes(tpls: List[Tpl]): List[String]

Attributes

Source
Pagination.scala
protected def getUniquePair(tpls: List[Tpl], uniqueIndex: Int, encode: Any => String): List[String]

Attributes

Source
Pagination.scala
protected def getUniqueValues(tpls0: List[Tpl], uniqueIndex: Int, encode: Any => String): List[String]

Attributes

Source
Pagination.scala
protected def initialCursor(conn: Conn, elements: List[Element], tpls: List[Tpl]): String

Attributes

Source
Pagination.scala
protected def nextCursorNoUnique(tpls: List[Tpl], tokens: List[String]): String

Attributes

Source
Pagination.scala
protected def nextCursorSubUnique(tpls: List[Tpl], tokens: List[String]): String

Attributes

Source
Pagination.scala
protected def nextCursorUniques(tpls: List[Tpl], tokens: List[String]): String

Attributes

Source
Pagination.scala
protected def offsetLimitCheck(optLimit: Option[Int], optOffset: Option[Int]): Unit

Attributes

Source
Pagination.scala
protected def offsetList(sortedRows: List[Tpl], fromUntil: Option[(Int, Int, Boolean)]): List[Tpl]

Attributes

Source
Pagination.scala
protected def paginateTpls(count: Int, tpls: List[Tpl], identifiers: List[Any], identify: Tpl => Any): (List[Tpl], Int)

Attributes

Source
Pagination.scala
protected def paginationCoords(optLimit: Option[Int], optOffset: Option[Int]): (Boolean, Boolean)

Attributes

Source
Pagination.scala
protected def tpeEncode(element: AttrOne): (String, Any => String)

Attributes

Source
Pagination.scala

Concrete fields

lazy val edgeValuesNotFound: String

Attributes

Source
Pagination.scala