SQLIndexedField

lightdb.sqlite.SQLIndexedField
case class SQLIndexedField[F, D <: Document[D]](fieldName: String, indexSupport: IndexSupport[D], get: D => Option[F])(implicit rw: RW[F]) extends IndexedField[F, D]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IndexedField[F, D]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ===(value: F): SQLFilter[D]
def IN(values: Seq[F]): SQLFilter[D]
def between(v1: F, v2: F): SQLFilter[D]
def is(value: F): SQLFilter[D]

Inherited methods

def getJson: D => Json

Attributes

Inherited from:
IndexedField
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Implicits

Implicits

implicit val rw: RW[F]