SQLSupport
lightdb.sql.SQLSupport
trait SQLSupport[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 aggregate(query: AggregateQuery[D])(implicit context: SearchContext[D]): Stream[IO, Materialized[D]]
Attributes
- Definition Classes
-
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
-
IndexSupport
Attributes
- Definition Classes
-
IndexSupport
protected def materializedIterator(rs: ResultSet, fieldNames: List[String]): Iterator[Materialized[D]]
Inherited methods
Attributes
- Inherited from:
- IndexSupport
Attributes
- Inherited from:
- DocumentModel
Attributes
- Inherited from:
- IndexSupport
Attributes
- Definition Classes
-
IndexSupport -> DocumentModel
- Inherited from:
- IndexSupport
Attributes
- Inherited from:
- IndexSupport
In this article