Packages

t

lightdb.sql

SQLSupport

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

Linear Supertypes
IndexSupport[D], DocumentModel[D], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLSupport
  2. IndexSupport
  3. DocumentModel
  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
    DocumentModel

Abstract Value Members

  1. abstract def createConnection(): Connection
    Attributes
    protected

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

Inherited from AnyRef

Inherited from Any

Ungrouped