SQLiteSupport
lightdb.sqlite.SQLiteSupport
trait SQLiteSupport[D <: Document[D]] extends IndexSupport[D]
Attributes
- Graph
-
- Supertypes
-
trait IndexSupport[D]class Collection[D]class Objecttrait Matchableclass Any
Members list
Type members
Inherited types
Attributes
- Inherited from:
- Collection
Value members
Concrete methods
Attributes
- Definition Classes
-
IndexSupport -> Collection
Attributes
- Definition Classes
-
Collection
override def doSearch(query: Query[D], context: SearchContext[D], offset: Int, after: Option[PagedResults[D]]): IO[PagedResults[D]]
Attributes
- Definition Classes
-
IndexSupport
Attributes
- Definition Classes
-
IndexSupport
Inherited methods
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
def indexedLinks[V](name: String, createKey: V => String, createV: D => V, maxLinks: MaxLinks): IndexedLinks[V, D]
Creates a key/value stored object with a list of links. This can be incredibly efficient for small lists, but much slower for larger sets of data and a standard index would be preferable.
Creates a key/value stored object with a list of links. This can be incredibly efficient for small lists, but much slower for larger sets of data and a standard index would be preferable.
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Definition Classes
-
IndexSupport -> Collection
- Inherited from:
- IndexSupport
Called after set
Called after set
Attributes
- Definition Classes
-
IndexSupport -> Collection
- Inherited from:
- IndexSupport
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- IndexSupport
Inherited fields
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- Collection
Attributes
- Inherited from:
- IndexSupport
Implicits
Inherited and Abstract implicits
Attributes
- Inherited from:
- Collection
In this article