Packages

c

lightdb.postgresql

PostgreSQLStoreManager

case class PostgreSQLStoreManager(connectionManager: ConnectionManager, connectionShared: Boolean) extends StoreManager with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, StoreManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgreSQLStoreManager
  2. Serializable
  3. Product
  4. Equals
  5. StoreManager
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PostgreSQLStoreManager(connectionManager: ConnectionManager, connectionShared: Boolean)

Value Members

  1. val connectionManager: ConnectionManager
  2. val connectionShared: Boolean
  3. def create[Doc <: Document[Doc], Model <: DocumentModel[Doc]](db: LightDB, model: Model, name: String, storeMode: StoreMode[Doc, Model]): Store[Doc, Model]
    Definition Classes
    PostgreSQLStoreManager → StoreManager
  4. lazy val name: String
    Definition Classes
    StoreManager
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product