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 Serializabletrait Producttrait Equalstrait IndexedField[F, D]class Objecttrait Matchableclass Any
Members list
In this article