Packages

package sql

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Like extends Predicate with Product with Serializable
  2. trait Like0 extends AnyRef
  3. abstract class SqlMapping[F[_]] extends Mapping[F] with SqlMappingLike[F]
  4. trait SqlMappingLike[F[_]] extends Mapping[F] with CirceMappingLike[F] with SqlModule[F]

    An abstract mapping that is backed by a SQL database.

  5. trait SqlMappingValidator extends MappingValidator
  6. trait SqlModule[F[_]] extends AnyRef

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

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

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

  8. 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 Like0 with Serializable
  3. object SqlMappingValidator
  4. object SqlStatsMonitor

Ungrouped