Packages

package sql

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sql
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class SQLiteSharedStore(connectionManager: ConnectionManager) extends StoreManager with Product with Serializable
  2. class SQLiteStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends SQLStore[Doc, Model]

Value Members

  1. def StateKey[Doc <: Document[Doc]]: TransactionKey[SQLState[Doc]]
  2. def getState[Doc <: Document[Doc]](implicit transaction: Transaction[Doc]): SQLState[Doc]
  3. object SQLiteStore extends StoreManager

Inherited from AnyRef

Inherited from Any

Ungrouped