PostgreSQLStore
lightdb.postgresql.PostgreSQLStore
class PostgreSQLStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]](name: String, model: Model, val connectionManager: ConnectionManager, val connectionShared: Boolean, val storeMode: StoreMode[Doc, Model]) extends SQLStore[Doc, Model]
Attributes
- Graph
-
- Supertypes
-
class SQLStore[Doc, Model]class Store[Doc, Model]class Objecttrait Matchableclass Any
Members list
Type members
Inherited classlikes
object transaction
Attributes
- Inherited from:
- Store
- Supertypes
-
class Objecttrait Matchableclass Any
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:
- Store
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, 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
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
- 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:
- Store
def modify(id: Id[Doc], establishLock: Boolean, deleteOnNone: Boolean)(f: Option[Doc] => Option[Doc])(implicit transaction: Transaction[Doc]): Option[Doc]
Attributes
- Inherited from:
- Store
Attributes
- Definition Classes
-
SQLStore -> Store
- Inherited from:
- SQLStore
Attributes
- Inherited from:
- Store
Attributes
- Inherited from:
- Store
Attributes
- 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:
- SQLStore
Attributes
- Inherited from:
- Store
Concrete fields
Inherited fields
Attributes
- Inherited from:
- Store
Attributes
- Inherited from:
- Store
Attributes
- Inherited from:
- Store
In this article