CursorUtils

molecule.sql.core.query.CursorUtils
trait CursorUtils

Attributes

Source
CursorUtils.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class NoUnique[Tpl]
class PrimaryUnique[Tpl]
class SubUnique[Tpl]
class SqlQueryResolve[Tpl]
Show all

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
CursorUtils.scala