SQLiteSupport

lightdb.sqlite.SQLiteSupport
trait SQLiteSupport[D <: Document[D]] extends IndexSupport[D]

Attributes

Graph
Supertypes
trait IndexSupport[D]
trait DocumentModel[D]
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type Field[F] = IndexedField[F, D]

Attributes

Inherited from:
DocumentModel

Value members

Concrete methods

def columns(connection: Connection): Set[String]
protected def data(rs: ResultSet): SQLData[D]
override def doSearch(query: Query[D], context: SearchContext[D], offset: Int, after: Option[PagedResults[D]]): IO[PagedResults[D]]

Attributes

Definition Classes
IndexSupport
override protected def indexDoc(doc: D, fields: List[IndexedField[_, D]]): IO[Unit]

Attributes

Definition Classes
IndexSupport

Inherited methods

protected def collection: AbstractCollection[D]

Attributes

Inherited from:
IndexSupport
def query: Query[D]

Attributes

Inherited from:
IndexSupport
def withSearchContext[Return](f: (SearchContext[D]) => IO[Return]): IO[Return]

Attributes

Inherited from:
IndexSupport

Concrete fields

val _id: SQLIndexedField[Id[D], D]
lazy override val index: SQLiteIndexer[D]