SQLiteSupport
lightdb.sqlite.SQLiteSupport
trait SQLiteSupport[D <: Document[D]] extends IndexSupport[D]
Attributes
- Graph
-
- Supertypes
-
trait IndexSupport[D]trait DocumentModel[D]class Objecttrait Matchableclass Any
Members list
Type members
Inherited types
Attributes
- Inherited from:
- DocumentModel
Value members
Concrete methods
override def doSearch[V](query: Query[D, V], context: SearchContext[D], offset: Int, limit: Option[Int], after: Option[PagedResults[D, V]]): IO[PagedResults[D, V]]
Attributes
- Definition Classes
-
IndexSupport
Attributes
- Definition Classes
-
IndexSupport
Inherited methods
Attributes
- Inherited from:
- IndexSupport
Attributes
- Inherited from:
- IndexSupport
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- IndexSupport
Attributes
- Definition Classes
-
IndexSupport -> DocumentModel
- Inherited from:
- IndexSupport
Attributes
- Inherited from:
- IndexSupport
In this article