Packages

c

lightdb.postgresql

PostgreSQLStore

class PostgreSQLStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends SQLStore[Doc, Model]

Linear Supertypes
SQLStore[Doc, Model], Collection[Doc, Model], Store[Doc, Model], Disposable, Initializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostgreSQLStore
  2. SQLStore
  3. Collection
  4. Store
  5. Disposable
  6. Initializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PostgreSQLStore(name: String, path: Option[Path], model: Model, connectionManager: ConnectionManager, storeMode: StoreMode[Doc, Model], lightDB: LightDB, storeManager: StoreManager)

Type Members

  1. type TX = PostgreSQLTransaction[Doc, Model]
    Definition Classes
    PostgreSQLStore → SQLStore → Collection → Store

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addColumn(field: Field[Doc, _], tx: TX): Unit
    Attributes
    protected
    Definition Classes
    SQLStore
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val connectionManager: ConnectionManager
    Definition Classes
    PostgreSQLStore → SQLStore
  8. def createCompositeIndexSQL(compositeIndex: CompositeIndex[Doc]): String
    Attributes
    protected
    Definition Classes
    SQLStore
  9. def createIndexSQL(index: Indexed[Doc, _]): String
    Attributes
    protected
    Definition Classes
    PostgreSQLStore → SQLStore
  10. def createInsertSQL(): String
    Attributes
    protected
    Definition Classes
    SQLStore
  11. def createSchema(tx: TX): Unit
    Attributes
    protected
    Definition Classes
    SQLStore
  12. def createTable(tx: TX): Unit
    Attributes
    protected
    Definition Classes
    SQLStore
  13. def createTransaction(parent: Option[Transaction[Doc, Model]]): Task[TX]
    Attributes
    protected
    Definition Classes
    PostgreSQLStore → Store
  14. def createUniqueIndexSQL(index: UniqueIndex[Doc, _]): String
    Attributes
    protected
    Definition Classes
    SQLStore
  15. def createUpsertSQL(): String
    Attributes
    protected
    Definition Classes
    PostgreSQLStore → SQLStore
  16. def def2Type(name: String, d: DefType): String
    Attributes
    protected
    Definition Classes
    PostgreSQLStore → SQLStore
  17. lazy val dispose: Task[Unit]
    Definition Classes
    Disposable
  18. def doDispose(): Task[Unit]
    Attributes
    protected
    Definition Classes
    SQLStore → Store → Disposable
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def executeUpdate(sql: String, tx: TX): Unit
    Attributes
    protected
    Definition Classes
    SQLStore
  22. def field2Value(field: Field[Doc, _]): String
    Attributes
    protected
    Definition Classes
    PostgreSQLStore → SQLStore
  23. lazy val fields: List[Field[Doc, _]]
    Definition Classes
    Store
  24. lazy val fqn: String
    Definition Classes
    SQLStore
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. lazy val hasSpatial: Task[Boolean]
    Definition Classes
    Store
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  28. lazy val idField: UniqueIndex[Doc, Id[Doc]]
    Definition Classes
    Store
  29. lazy val init: Task[Unit]
    Definition Classes
    Initializable
  30. def initConnection(connection: Connection): Unit
    Attributes
    protected
    Definition Classes
    PostgreSQLStore → SQLStore
  31. def initTransaction(tx: TX): Task[Unit]
    Attributes
    protected
    Definition Classes
    SQLStore
  32. def initialize(): Task[Unit]
    Attributes
    protected
    Definition Classes
    SQLStore → Store → Initializable
  33. def insertPrefix: String
    Attributes
    protected
    Definition Classes
    SQLStore
  34. def isDisposes: Boolean
    Definition Classes
    Disposable
  35. def isInitialized: Boolean
    Definition Classes
    Initializable
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. val lightDB: LightDB
    Definition Classes
    Store
  38. lazy val lock: LockManager[Id[Doc], Doc]
    Definition Classes
    Store
  39. val model: Model
    Definition Classes
    Store
  40. val name: String
    Definition Classes
    Store
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. def optimize(): Task[Unit]
    Definition Classes
    Store
  45. val path: Option[Path]
    Definition Classes
    Store
  46. def reIndex(doc: Doc): Task[Boolean]
    Definition Classes
    Store
  47. def reIndex(): Task[Boolean]
    Definition Classes
    Store
  48. val storeManager: StoreManager
    Definition Classes
    Store
  49. val storeMode: StoreMode[Doc, Model]
    Definition Classes
    PostgreSQLStore → Store
  50. def supportsSchemas: Boolean
    Definition Classes
    PostgreSQLStore → SQLStore
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. lazy val t: Transactionless[Doc, Model]
    Definition Classes
    Store
  53. def tables(connection: Connection): Set[String]
    Attributes
    protected
    Definition Classes
    PostgreSQLStore → SQLStore
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def upsertPrefix: String
    Attributes
    protected
    Definition Classes
    SQLStore
  56. def verify(): Task[Boolean]
    Definition Classes
    Store
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from SQLStore[Doc, Model]

Inherited from Collection[Doc, Model]

Inherited from Store[Doc, Model]

Inherited from Disposable

Inherited from Initializable

Inherited from AnyRef

Inherited from Any

Ungrouped