Packages

t

lightdb.sqlite

SQLiteSupport

trait SQLiteSupport[D <: Document[D]] extends SQLSupport[D]

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

Type Members

  1. type I[F] = Index[F, D]
    Definition Classes
    DocumentModel

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: Index[Id[D], D]
    Definition Classes
    SQLSupport
  5. def aggregate(query: AggregateQuery[D])(implicit context: SearchContext[D]): Stream[IO, Materialized[D]]
    Definition Classes
    SQLSupport → IndexSupport
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def collection: AbstractCollection[D]
    Attributes
    protected[lightdb]
    Definition Classes
    IndexSupport
  9. def columns(connection: Connection): Set[String]
    Definition Classes
    SQLSupport
  10. def connection: Connection
    Attributes
    protected[lightdb]
    Definition Classes
    SQLSupport
  11. def createConnection(): Connection
    Attributes
    protected
    Definition Classes
    SQLiteSupport → SQLSupport
  12. def createTable(): String
    Attributes
    protected
    Definition Classes
    SQLiteSupport → SQLSupport
  13. def distanceFilter(field: Index[GeoPoint, D], from: GeoPoint, radius: Length): Filter[D]
    Definition Classes
    IndexSupport
  14. def doSearch[V](query: Query[D, V], context: SearchContext[D], offset: Int, limit: Option[Int], after: Option[PagedResults[D, V]]): IO[PagedResults[D, V]]
    Definition Classes
    SQLSupport → IndexSupport
  15. def enableAutoCommit: Boolean
    Attributes
    protected
    Definition Classes
    SQLSupport
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def id(value: String): Id[D]
    Definition Classes
    DocumentModel
  21. lazy val index: SQLIndexer[D]
    Definition Classes
    SQLSupport → IndexSupport
  22. def indexDoc(doc: D, fields: List[Index[_, D]]): IO[Unit]
    Attributes
    protected
    Definition Classes
    SQLSupport → IndexSupport
  23. def init(c: Connection): Unit
    Attributes
    protected
    Definition Classes
    SQLSupport
  24. def initModel(collection: AbstractCollection[D]): Unit
    Attributes
    protected[lightdb]
    Definition Classes
    SQLSupport → IndexSupport → DocumentModel
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def materializedIterator(rs: ResultSet, fieldNames: List[String]): Iterator[Materialized[D]]
    Attributes
    protected
    Definition Classes
    SQLSupport
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def query: Query[D, D]
    Definition Classes
    IndexSupport
  31. def reIndex(collection: AbstractCollection[D]): IO[Unit]
    Definition Classes
    IndexSupport → DocumentModel
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def truncate(): IO[Unit]
    Definition Classes
    SQLSupport
  35. def truncateSQL: String
    Attributes
    protected
    Definition Classes
    SQLSupport
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. 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 SQLSupport[D]

Inherited from IndexSupport[D]

Inherited from DocumentModel[D]

Inherited from AnyRef

Inherited from Any

Ungrouped