Packages

c

lightdb.postgresql

PostgreSQLStore

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

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

Instance Constructors

  1. new PostgreSQLStore(name: String, model: Model, connectionManager: ConnectionManager, connectionShared: Boolean, storeMode: StoreMode[Doc, Model])

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, _])(implicit transaction: Transaction[Doc]): Unit
    Attributes
    protected
    Definition Classes
    SQLStore
  5. def aggregate(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Iterator[MaterializedAggregate[Doc, Model]]
    Definition Classes
    SQLStore → Store
  6. def aggregateCount(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    SQLStore → Store
  7. def apply(id: Id[Doc])(implicit transaction: Transaction[Doc]): Doc
    Definition Classes
    Store
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def concatPrefix: String
    Attributes
    protected
    Definition Classes
    SQLStore
  11. val connectionManager: ConnectionManager
    Definition Classes
    PostgreSQLStore → SQLStore
  12. val connectionShared: Boolean
    Definition Classes
    PostgreSQLStore → SQLStore
  13. def count(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    SQLStore → Store
  14. def createInsertSQL(): String
    Attributes
    protected
    Definition Classes
    SQLStore
  15. def createTable()(implicit transaction: Transaction[Doc]): Unit
    Attributes
    protected
    Definition Classes
    SQLStore
  16. final def createTransaction(): Transaction[Doc]
    Definition Classes
    Store
  17. def createUpsertSQL(): String
    Attributes
    protected
    Definition Classes
    PostgreSQLStore → SQLStore
  18. def delete[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Boolean
    Definition Classes
    SQLStore → Store
  19. def dispose(): Unit
    Definition Classes
    SQLStore → Store
  20. def distanceFilter(f: Distance[Doc]): SQLPart
    Attributes
    protected
    Definition Classes
    SQLStore
  21. def doSearch[V](query: Query[Doc, Model], conversion: Conversion[Doc, V])(implicit transaction: Transaction[Doc]): SearchResults[Doc, Model, V]
    Definition Classes
    SQLStore → Store
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def executeUpdate(sql: String)(implicit transaction: Transaction[Doc]): Unit
    Attributes
    protected
    Definition Classes
    SQLStore
  25. def exists(id: Id[Doc])(implicit transaction: Transaction[Doc]): Boolean
    Definition Classes
    SQLStore → Store
  26. def extraFieldsForDistance(conversion: Distance[Doc, _]): List[SQLPart]
    Attributes
    protected
    Definition Classes
    SQLStore
  27. def field2Value(field: Field[Doc, _]): String
    Attributes
    protected
    Definition Classes
    SQLStore
  28. def fieldPart[V](field: Field[Doc, V]): SQLPart
    Attributes
    protected
    Definition Classes
    SQLStore
  29. lazy val fields: List[Field[Doc, _]]
    Attributes
    protected
    Definition Classes
    Store
  30. def fromString(string: String): Doc
    Attributes
    protected
    Definition Classes
    Store
  31. def get[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Option[Doc]
    Definition Classes
    SQLStore → Store
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  33. lazy val hasSpatial: Boolean
    Definition Classes
    Store
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  35. def id(doc: Doc): Id[Doc]
    Attributes
    protected
    Definition Classes
    Store
  36. lazy val idField: UniqueIndex[Doc, Id[Doc]]
    Definition Classes
    Store
  37. def initTransaction()(implicit transaction: Transaction[Doc]): Unit
    Attributes
    protected
    Definition Classes
    SQLStore
  38. def insert(doc: Doc)(implicit transaction: Transaction[Doc]): Unit
    Definition Classes
    SQLStore → Store
  39. def insertPrefix: String
    Attributes
    protected
    Definition Classes
    SQLStore
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def iterator(implicit transaction: Transaction[Doc]): Iterator[Doc]
    Definition Classes
    SQLStore → Store
  42. def jsonIterator(implicit transaction: Transaction[Doc]): Iterator[Json]
    Definition Classes
    Store
  43. lazy val lock: LockManager[Id[Doc], Doc]
    Definition Classes
    Store
  44. def modify(id: Id[Doc], establishLock: Boolean, deleteOnNone: Boolean)(f: (Option[Doc]) => Option[Doc])(implicit transaction: Transaction[Doc]): Option[Doc]
    Definition Classes
    Store
  45. val name: String
    Definition Classes
    Store
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  49. def prepareTransaction(transaction: Transaction[Doc]): Unit
    Definition Classes
    SQLStore → Store
  50. def reIndex(): Boolean
    Definition Classes
    Store
  51. def releaseTransaction(transaction: Transaction[Doc]): Unit
    Definition Classes
    Store
  52. def sortByDistance[G <: Geo](field: Field[_, List[G]], direction: SortDirection): SQLPart
    Attributes
    protected
    Definition Classes
    SQLStore
  53. val storeMode: StoreMode[Doc, Model]
    Definition Classes
    PostgreSQLStore → Store
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def tables(connection: Connection): Set[String]
    Attributes
    protected
    Definition Classes
    PostgreSQLStore → SQLStore
  56. def toJson(value: Any, rw: RW[_]): Json
    Attributes
    protected
    Definition Classes
    SQLStore
  57. def toString(doc: Doc): String
    Attributes
    protected
    Definition Classes
    Store
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. def truncate()(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    SQLStore → Store
  60. def upsert(doc: Doc)(implicit transaction: Transaction[Doc]): Unit
    Definition Classes
    SQLStore → Store
  61. def upsertPrefix: String
    Attributes
    protected
    Definition Classes
    SQLStore
  62. def verify(): Boolean
    Definition Classes
    Store
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. 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 Store[Doc, Model]

Inherited from AnyRef

Inherited from Any

Ungrouped