Packages

t

lightdb.sqlite

SQLiteSupport

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

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

Type Members

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

Abstract Value Members

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

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
    Collection
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val atomic: Boolean
    Definition Classes
    Collection
  8. val autoCommit: Boolean
    Definition Classes
    Collection
  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
  11. def commit(): IO[Unit]
    Definition Classes
    SQLiteSupport → IndexSupport → Collection
  12. def data(rs: ResultSet): SQLData[D]
    Attributes
    protected
  13. val db: LightDB
    Attributes
    protected[lightdb]
    Definition Classes
    Collection
  14. def delete(id: Id[D])(implicit existingLock: DocLock[D]): IO[Option[D]]
    Definition Classes
    Collection
  15. def dispose(): IO[Unit]
    Definition Classes
    SQLiteSupport → Collection
  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
    Collection
  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
    Collection
  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[V](name: String, createKey: (V) => String, createV: (D) => V, maxLinks: MaxLinks): IndexedLinks[V, D]
    Definition Classes
    Collection
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def modify(id: Id[D])(f: (Option[D]) => IO[Option[D]])(implicit existingLock: DocLock[D]): IO[Option[D]]
    Definition Classes
    Collection
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def postDelete(doc: D): IO[Unit]
    Attributes
    protected
    Definition Classes
    IndexSupport → Collection
  32. def postSet(doc: D): IO[Unit]
    Attributes
    protected
    Definition Classes
    IndexSupport → Collection
  33. def preDelete(id: Id[D]): IO[Id[D]]
    Attributes
    protected
    Definition Classes
    Collection
  34. def preSet(doc: D): IO[D]
    Attributes
    protected
    Definition Classes
    Collection
  35. def preSetJson(json: Json): IO[Json]
    Attributes
    protected
    Definition Classes
    Collection
  36. lazy val query: Query[D]
    Definition Classes
    IndexSupport
  37. def set(doc: D)(implicit existingLock: DocLock[D]): IO[D]
    Definition Classes
    Collection
  38. def size: IO[Int]
    Definition Classes
    Collection
  39. lazy val store: Store
    Attributes
    protected
    Definition Classes
    Collection
  40. def stream: Stream[IO, D]
    Definition Classes
    Collection
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def truncate(): IO[Unit]
    Definition Classes
    Collection
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def withLock[Return](id: Id[D])(f: (DocLock[D]) => IO[Return])(implicit existingLock: DocLock[D]): IO[Return]
    Definition Classes
    Collection
  48. 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 AnyRef

Inherited from Any

Ungrouped