trait SQLSupport[D <: Document[D]] extends IndexSupport[D]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQLSupport
- IndexSupport
- DocumentModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Field[F] = IndexedField[F, D]
- Definition Classes
- DocumentModel
Abstract Value Members
- abstract def createConnection(): Connection
- Attributes
- protected
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]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def collection: AbstractCollection[D]
- Attributes
- protected[lightdb]
- Definition Classes
- IndexSupport
- def columns(connection: Connection = connection): Set[String]
- def connection: Connection
- Attributes
- protected[lightdb]
- def data(rs: ResultSet): SQLData[D]
- Attributes
- protected
- def distanceFilter(field: IndexedField[GeoPoint, D], from: GeoPoint, radius: Length): Filter[D]
- Definition Classes
- IndexSupport
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def id(value: String): Id[D]
- Definition Classes
- DocumentModel
- lazy val index: SQLIndexer[D]
- Definition Classes
- SQLSupport → IndexSupport
- def indexDoc(doc: D, fields: List[IndexedField[_, D]]): IO[Unit]
- Attributes
- protected
- Definition Classes
- SQLSupport → IndexSupport
- def indexedLinks: List[IndexedLinks[_, D]]
- Definition Classes
- DocumentModel
- def init(c: Connection): Unit
- Attributes
- protected
- def initModel(collection: AbstractCollection[D]): Unit
- Attributes
- protected[lightdb]
- Definition Classes
- SQLSupport → IndexSupport → DocumentModel
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 query: Query[D, D]
- Definition Classes
- IndexSupport
- def reIndex(collection: AbstractCollection[D]): IO[Unit]
- Definition Classes
- IndexSupport → DocumentModel
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(): IO[Unit]
- 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 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)