lightdb.sql.SQLStoreTransaction
See theSQLStoreTransaction companion object
trait SQLStoreTransaction[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends CollectionTransaction[Doc, Model]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait CollectionTransaction[Doc, Model]trait Transaction[Doc, Model]class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
override def aggregate(query: AggregateQuery[Doc, Model]): Stream[MaterializedAggregate[Doc, Model]]
Attributes
- Definition Classes
-
CollectionTransaction
Attributes
- Definition Classes
-
CollectionTransaction
Attributes
- Definition Classes
-
CollectionTransaction
Attributes
- Definition Classes
-
CollectionTransaction
override def doUpdate[V](query: Query[Doc, Model, V], updates: List[FieldAndValue[Doc, _]]): Task[Int]
Attributes
- Definition Classes
-
CollectionTransaction
Attributes
- Definition Classes
-
Transaction
Attributes
- Definition Classes
-
Transaction
Inherited methods
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
def modify(id: Id[Doc], establishLock: Boolean, deleteOnNone: Boolean)(f: Forge[Option[Doc], Option[Doc]]): Task[Option[Doc]]
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Inherited and Abstract methods
Attributes
- Inherited from:
- Transaction
Inherited fields
Attributes
- Inherited from:
- CollectionTransaction
In this article