package sql
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class Like extends Predicate with Product with Serializable
- trait Like0 extends AnyRef
- abstract class SqlMapping[F[_]] extends Mapping[F] with SqlMappingLike[F]
- trait SqlMappingLike[F[_]] extends Mapping[F] with CirceMappingLike[F] with SqlModule[F]
An abstract mapping that is backed by a SQL database.
- trait SqlMappingValidator extends MappingValidator
- trait SqlModule[F[_]] extends AnyRef
These are the bits that are specific to the underlying database layer.
- trait SqlMonitor[F[_], A] extends AnyRef
Monitor for a
SqlMapping
inF
with fragments of typeA
. - abstract class SqlStatsMonitor[F[_], A] extends SqlMonitor[F, A]
A SqlMonitor that accumulates
SqlStats
in aRef
.A SqlMonitor that accumulates
SqlStats
in aRef
. Stage boundaries and results are not tracked.
Value Members
- case object FailedJoin extends Product with Serializable
A sentinal value representing the empty column values from a failed join.
- object Like extends Like0 with Serializable
- object SqlMappingValidator
- object SqlStatsMonitor