Packages

package sql

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Like(x: Term[String], pattern: String, caseInsensitive: Boolean) extends Predicate with Product with Serializable
  2. trait SqlMapping[F[_]] extends CirceMapping[F] with SqlModule[F]

    An abstract mapping that is backed by a SQL database.

  3. trait SqlMappingValidator extends MappingValidator
  4. trait SqlModule[F[_]] extends AnyRef

    These are the bits that are specific to the underlying database layer.

  5. trait SqlMonitor[F[_], A] extends AnyRef

    Monitor for a SqlMapping in F with fragments of type A.

  6. abstract class SqlStatsMonitor[F[_], A] extends SqlMonitor[F, A]

    A SqlMonitor that accumulates SqlStats in a Ref.

    A SqlMonitor that accumulates SqlStats in a Ref. Stage boundaries and results are not tracked.

Value Members

  1. case object FailedJoin extends Product with Serializable

    A sentinal value representing the empty column values from a failed join.

  2. object Like extends Serializable
  3. object SqlMappingValidator
  4. object SqlStatsMonitor

Ungrouped