grackle.sql
package grackle.sql
Members list
Type members
Classlikes
A sentinal value representing the empty column values from a failed join.
A sentinal value representing the empty column values from a failed join.
Attributes
- Source
- FailedJoin.scala
- Supertypes
- Self type
-
FailedJoin.type
object Like
Attributes
- Companion
- class
- Source
- Like.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Like.type
abstract class SqlMapping[F[_]](implicit val M: MonadThrow[F]) extends Mapping[F], SqlMappingLike[F]
Attributes
- Source
- SqlMapping.scala
- Supertypes
-
trait SqlMappingLike[F]trait SqlModule[F]trait CirceMappingLike[F]class Mapping[F]class Objecttrait Matchableclass AnyShow all
trait SqlMappingLike[F[_]] extends CirceMappingLike[F], SqlModule[F]
An abstract mapping that is backed by a SQL database.
An abstract mapping that is backed by a SQL database.
Attributes
- Source
- SqlMapping.scala
- Supertypes
-
trait SqlModule[F]trait CirceMappingLike[F]class Mapping[F]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait DoobieMSSqlMappingLike[F]class DoobieMSSqlMapping[F]trait DoobieOracleMappingLike[F]class DoobieOracleMapping[F]trait DoobieMappingLike[F]trait DoobiePgMappingLike[F]class DoobiePgMapping[F]class DoobieMapping[F]class SqlMapping[F]trait SqlPgMappingLike[F]trait SkunkMappingLike[F]class SkunkMapping[F]class SqlPgMapping[F]Show all
- Self type
These are the bits that are specific to the underlying database layer.
These are the bits that are specific to the underlying database layer.
Attributes
- Source
- SqlModule.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SqlMappingLike[F]trait DoobieMSSqlMappingLike[F]class DoobieMSSqlMapping[F]trait DoobieOracleMappingLike[F]class DoobieOracleMapping[F]trait DoobieMappingLike[F]trait DoobiePgMappingLike[F]class DoobiePgMapping[F]class DoobieMapping[F]class SqlMapping[F]trait SqlPgMappingLike[F]trait SkunkMappingLike[F]class SkunkMapping[F]class SqlPgMapping[F]Show all
Monitor for a SqlMapping
in F
with fragments of type A
.
Monitor for a SqlMapping
in F
with fragments of type A
.
Attributes
- Source
- SqlMonitor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
abstract class SqlStatsMonitor[F[_], A](ref: Ref[F, List[SqlStats]])(implicit evidence$1: Applicative[F]) 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.
Attributes
- Companion
- object
- Source
- SqlStatsMonitor.scala
- Supertypes
object SqlStatsMonitor
Attributes
- Companion
- class
- Source
- SqlStatsMonitor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SqlStatsMonitor.type
In this article