harness.sql.typeclass

Members list

Type members

Classlikes

trait Flatten[T <: ([_[_]] =>> Table)]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Flatten

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Flatten.type
trait FunctorK[T[_[_]]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object FunctorK

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
FunctorK.type
final case class QueryCodecMany[T](encoder: QueryEncoderMany[T], decoder: QueryDecoderMany[T])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class QueryCodecSingle[T](encoder: QueryEncoderSingle[T], decoder: QueryDecoderSingle[T])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait QueryDecoderMany[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait QueryEncoderMany[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

implicit def queryCodecSingleToMany[T]: Conversion[QueryCodecSingle[T], QueryCodecMany[T]]
implicit def queryDecoderSingleToMany[T]: Conversion[QueryDecoderSingle[T], QueryDecoderMany[T]]
implicit def queryEncoderSingleToMany[T]: Conversion[QueryEncoderSingle[T], QueryEncoderMany[T]]