Packages

t

lightdb.sqlite

SQLiteSupport

trait SQLiteSupport[D <: Document[D]] extends Collection[D] with IndexSupport[D]

Linear Supertypes
IndexSupport[D], Collection[D], DocumentModel[D], AbstractCollection[D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLiteSupport
  2. IndexSupport
  3. Collection
  4. DocumentModel
  5. AbstractCollection
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Field[F] = IndexedField[F, D]
    Definition Classes
    DocumentModel

Abstract Value Members

  1. implicit abstract val rw: RW[D]
    Definition Classes
    DocumentModel

Concrete 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. val _id: SQLIndexedField[Id[D], D]
  5. def apply(id: Id[D]): IO[D]
    Definition Classes
    AbstractCollection
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val atomic: Boolean
    Definition Classes
    Collection → AbstractCollection
  8. val autoCommit: Boolean
    Definition Classes
    Collection → AbstractCollection
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. val collectionName: String
    Definition Classes
    Collection → AbstractCollection
  11. def commit(): IO[Unit]
    Definition Classes
    SQLiteSupport → IndexSupport → AbstractCollection
  12. def data(rs: ResultSet): SQLData[D]
    Attributes
    protected
  13. val db: LightDB
    Attributes
    protected[lightdb]
    Definition Classes
    Collection → AbstractCollection
  14. def delete(id: Id[D])(implicit existingLock: DocLock[D]): IO[Option[D]]
    Definition Classes
    AbstractCollection
  15. def dispose(): IO[Unit]
    Definition Classes
    SQLiteSupport → AbstractCollection
  16. def doSearch(query: Query[D], context: SearchContext[D], offset: Int, after: Option[PagedResults[D]]): IO[PagedResults[D]]
    Definition Classes
    SQLiteSupport → IndexSupport
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def get(id: Id[D]): IO[Option[D]]
    Definition Classes
    AbstractCollection
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def idStream: Stream[IO, Id[D]]
    Definition Classes
    AbstractCollection
  23. lazy val index: SQLiteIndexer[D]
    Definition Classes
    SQLiteSupport → IndexSupport
  24. def indexDoc(doc: D, fields: List[IndexedField[_, D]]): IO[Unit]
    Attributes
    protected
    Definition Classes
    SQLiteSupport → IndexSupport
  25. def indexedLinks: List[IndexedLinks[_, D]]
    Definition Classes
    DocumentModel
  26. def indexedLinks[V](name: String, createKey: (V) => String, createV: (D) => V, maxLinks: MaxLinks): IndexedLinks[V, D]
    Definition Classes
    AbstractCollection
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def model: DocumentModel[D]
    Definition Classes
    Collection → AbstractCollection
  29. def modify(id: Id[D])(f: (Option[D]) => IO[Option[D]])(implicit existingLock: DocLock[D]): IO[Option[D]]
    Definition Classes
    AbstractCollection
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. def postDelete(doc: D, collection: AbstractCollection[D]): IO[Unit]
    Definition Classes
    IndexSupport → DocumentModel
  34. def postSet(doc: D, collection: AbstractCollection[D]): IO[Unit]
    Definition Classes
    IndexSupport → DocumentModel
  35. def preDelete(id: Id[D], collection: AbstractCollection[D]): IO[Id[D]]
    Definition Classes
    DocumentModel
  36. def preSet(doc: D, collection: AbstractCollection[D]): IO[D]
    Definition Classes
    DocumentModel
  37. def preSetJson(json: Json, collection: AbstractCollection[D]): IO[Json]
    Definition Classes
    DocumentModel
  38. lazy val query: Query[D]
    Definition Classes
    IndexSupport
  39. def set(doc: D)(implicit existingLock: DocLock[D]): IO[D]
    Definition Classes
    AbstractCollection
  40. def size: IO[Int]
    Definition Classes
    AbstractCollection
  41. lazy val store: Store
    Attributes
    protected
    Definition Classes
    AbstractCollection
  42. def stream: Stream[IO, D]
    Definition Classes
    AbstractCollection
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def truncate(): IO[Unit]
    Definition Classes
    AbstractCollection
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. def withLock[Return](id: Id[D])(f: (DocLock[D]) => IO[Return])(implicit existingLock: DocLock[D]): IO[Return]
    Definition Classes
    AbstractCollection
  50. def withSearchContext[Return](f: (SearchContext[D]) => IO[Return]): IO[Return]
    Definition Classes
    IndexSupport

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 IndexSupport[D]

Inherited from Collection[D]

Inherited from DocumentModel[D]

Inherited from AbstractCollection[D]

Inherited from AnyRef

Inherited from Any

Ungrouped