trait SQLiteSupport[D <: Document[D]] extends Collection[D] with IndexSupport[D]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQLiteSupport
- IndexSupport
- Collection
- DocumentModel
- AbstractCollection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Field[F] = IndexedField[F, D]
- Definition Classes
- DocumentModel
Abstract Value Members
- implicit abstract val rw: RW[D]
- Definition Classes
- DocumentModel
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _id: SQLIndexedField[Id[D], D]
- def apply(id: Id[D]): IO[D]
- Definition Classes
- AbstractCollection
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val atomic: Boolean
- Definition Classes
- Collection → AbstractCollection
- val autoCommit: Boolean
- Definition Classes
- Collection → AbstractCollection
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val collectionName: String
- Definition Classes
- Collection → AbstractCollection
- def commit(): IO[Unit]
- Definition Classes
- SQLiteSupport → IndexSupport → AbstractCollection
- def data(rs: ResultSet): SQLData[D]
- Attributes
- protected
- val db: LightDB
- Attributes
- protected[lightdb]
- Definition Classes
- Collection → AbstractCollection
- def delete(id: Id[D])(implicit existingLock: DocLock[D]): IO[Option[D]]
- Definition Classes
- AbstractCollection
- def dispose(): IO[Unit]
- Definition Classes
- SQLiteSupport → AbstractCollection
- def doSearch(query: Query[D], context: SearchContext[D], offset: Int, after: Option[PagedResults[D]]): IO[PagedResults[D]]
- Definition Classes
- SQLiteSupport → IndexSupport
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(id: Id[D]): IO[Option[D]]
- Definition Classes
- AbstractCollection
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def idStream: Stream[IO, Id[D]]
- Definition Classes
- AbstractCollection
- lazy val index: SQLiteIndexer[D]
- Definition Classes
- SQLiteSupport → IndexSupport
- def indexDoc(doc: D, fields: List[IndexedField[_, D]]): IO[Unit]
- Attributes
- protected
- Definition Classes
- SQLiteSupport → IndexSupport
- def indexedLinks: List[IndexedLinks[_, D]]
- Definition Classes
- DocumentModel
- def indexedLinks[V](name: String, createKey: (V) => String, createV: (D) => V, maxLinks: MaxLinks): IndexedLinks[V, D]
- Definition Classes
- AbstractCollection
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def model: DocumentModel[D]
- Definition Classes
- Collection → AbstractCollection
- def modify(id: Id[D])(f: (Option[D]) => IO[Option[D]])(implicit existingLock: DocLock[D]): IO[Option[D]]
- Definition Classes
- AbstractCollection
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def postDelete(doc: D, collection: AbstractCollection[D]): IO[Unit]
- Definition Classes
- IndexSupport → DocumentModel
- def postSet(doc: D, collection: AbstractCollection[D]): IO[Unit]
- Definition Classes
- IndexSupport → DocumentModel
- def preDelete(id: Id[D], collection: AbstractCollection[D]): IO[Id[D]]
- Definition Classes
- DocumentModel
- def preSet(doc: D, collection: AbstractCollection[D]): IO[D]
- Definition Classes
- DocumentModel
- def preSetJson(json: Json, collection: AbstractCollection[D]): IO[Json]
- Definition Classes
- DocumentModel
- lazy val query: Query[D]
- Definition Classes
- IndexSupport
- def set(doc: D)(implicit existingLock: DocLock[D]): IO[D]
- Definition Classes
- AbstractCollection
- def size: IO[Int]
- Definition Classes
- AbstractCollection
- lazy val store: Store
- Attributes
- protected
- Definition Classes
- AbstractCollection
- def stream: Stream[IO, D]
- Definition Classes
- AbstractCollection
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(): IO[Unit]
- Definition Classes
- AbstractCollection
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withLock[Return](id: Id[D])(f: (DocLock[D]) => IO[Return])(implicit existingLock: DocLock[D]): IO[Return]
- Definition Classes
- AbstractCollection
- def withSearchContext[Return](f: (SearchContext[D]) => IO[Return]): IO[Return]
- Definition Classes
- IndexSupport
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)