PostgreSQLStore
lightdb.postgresql.PostgreSQLStore
class PostgreSQLStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]](val connectionManager: ConnectionManager, val connectionShared: Boolean, val storeMode: StoreMode) extends SQLStore[Doc, Model]
Attributes
- Graph
-
- Supertypes
-
class SQLStore[Doc, Model]class Store[Doc, Model]class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
SQLStore
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
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
Attributes
- Inherited from:
- SQLStore
override def doSearch[V](query: Query[Doc, Model], conversion: Conversion[Doc, V])(implicit transaction: Transaction[Doc]): SearchResults[Doc, V]
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- 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
- 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
Concrete fields
In this article