Packages

package sql

Type Members

  1. case class SQLData[D <: Document[D]](ids: List[Id[D]], lookup: Option[(Id[D]) => IO[D]]) extends Product with Serializable
  2. case class SQLFilter[D <: Document[D]](sql: String, args: List[Json]) extends Filter[D] with SQLPart with Product with Serializable
  3. case class SQLIndexedField[F, D <: Document[D]](fieldName: String, indexSupport: IndexSupport[D], get: (D) => List[F])(implicit rw: RW[F]) extends IndexedField[F, D] with Product with Serializable
  4. case class SQLIndexer[D <: Document[D]](indexSupport: SQLSupport[D]) extends Indexer[D] with Product with Serializable
  5. case class SQLPageContext[D <: Document[D]](context: SearchContext[D]) extends PageContext[D] with Product with Serializable
  6. trait SQLPart extends AnyRef
  7. trait SQLSupport[D <: Document[D]] extends IndexSupport[D]

Ungrouped