SQLiteSupport
lightdb.sqlite.SQLiteSupport
trait SQLiteSupport[D <: Document[D]] extends SQLSupport[D]
Attributes
- Graph
-
- Supertypes
-
trait SQLSupport[D]trait IndexSupport[D]trait DocumentModel[D]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- DocumentModel
Value members
Concrete methods
Attributes
- Definition Classes
-
SQLSupport
Attributes
- Definition Classes
-
SQLSupport
Inherited methods
override def aggregate(query: AggregateQuery[D])(implicit context: SearchContext[D]): Stream[IO, Materialized[D]]
Attributes
- Definition Classes
-
SQLSupport -> IndexSupport
- Inherited from:
- SQLSupport
Attributes
- Inherited from:
- SQLSupport
Attributes
- Inherited from:
- IndexSupport
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
-
SQLSupport -> IndexSupport
- Inherited from:
- SQLSupport
Attributes
- Inherited from:
- SQLSupport
Attributes
- Inherited from:
- DocumentModel
Attributes
- Definition Classes
-
SQLSupport -> IndexSupport
- Inherited from:
- SQLSupport
Attributes
- Inherited from:
- SQLSupport
protected def materializedIterator(rs: ResultSet, fieldNames: List[String]): Iterator[Materialized[D]]
Attributes
- Inherited from:
- SQLSupport
Attributes
- Inherited from:
- IndexSupport
Attributes
- Definition Classes
-
IndexSupport -> DocumentModel
- Inherited from:
- IndexSupport
Attributes
- Inherited from:
- SQLSupport
Attributes
- Inherited from:
- SQLSupport
Attributes
- Inherited from:
- IndexSupport
In this article