package sql
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sql
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class SQLiteSharedStore(connectionManager: ConnectionManager) extends StoreManager with Product with Serializable
- class SQLiteStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends SQLStore[Doc, Model]
Value Members
- def StateKey[Doc <: Document[Doc]]: TransactionKey[SQLState[Doc]]
- def getState[Doc <: Document[Doc]](implicit transaction: Transaction[Doc]): SQLState[Doc]
- object SQLiteStore extends StoreManager