lightdb.sql.SQLiteStore
See theSQLiteStore companion object
class SQLiteStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]](val connectionManager: ConnectionManager, val connectionShared: Boolean, val storeMode: StoreMode) extends SQLStore[Doc, Model]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class SQLStore[Doc, Model]class Store[Doc, Model]class Objecttrait Matchableclass Any
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- SQLStore
override def aggregate(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Iterator[MaterializedAggregate[Doc, Model]]
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
override def aggregateCount(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Int
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- SQLStore
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- Store
Attributes
- Inherited from:
- SQLStore
override def delete[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Boolean
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
override def doSearch[V](query: Query[Doc, Model], conversion: Conversion[Doc, V])(implicit transaction: Transaction[Doc]): SearchResults[Doc, Model, V]
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- SQLStore
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- SQLStore
override def get[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Option[Doc]
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- SQLStore
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- Store
Attributes
- Inherited from:
- Store
Attributes
- Inherited from:
- SQLStore
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- Store
Concrete fields
Inherited fields
Attributes
- Inherited from:
- Store
In this article