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