ToAllOps

skunk.syntax.ToAllOps

Attributes

Source
AllOps.scala
Graph
Supertypes
trait ToDecoderOps
trait ToEncoderOps
trait ToCodecOps
trait ToListOps
trait ToIdOps
class Object
trait Matchable
class Any
Show all
Known subtypes
object all.type
object implicits.type

Members list

Extensions

Inherited extensions

extension (sc: StringContext)(inline sc: StringContext)
transparent inline def sql(inline args: Any*): Any

Attributes

Inherited from:
ToStringContextOps
Source
StringContextOps.scala
extension (sc: StringContext)(inline sc: StringContext)
inline def id(): Identifier

Attributes

Inherited from:
ToStringContextOps
Source
StringContextOps.scala

Implicits

Inherited implicits

implicit def toCodecOps[A <: Tuple](self: Codec[A]): CodecOps[A]

Attributes

Inherited from:
ToCodecOps
Source
CodecOps.scala
implicit def toDecoderOps[A <: Tuple](self: Decoder[A]): DecoderOps[A]

Attributes

Inherited from:
ToDecoderOps
Source
DecoderOps.scala
implicit def toEncoderOps[A <: Tuple](self: Encoder[A]): EncoderOps[A]

Attributes

Inherited from:
ToEncoderOps
Source
EncoderOps.scala
implicit def toIdOps[A](a: A): IdOps[A]

Attributes

Inherited from:
ToIdOps
Source
IdOps.scala
implicit def toSkunkListOps[A](as: List[A]): ListOps[A]

Attributes

Inherited from:
ToListOps
Source
ListOps.scala
implicit def toStringOps(sc: StringContext): StringContextOps

Attributes

Inherited from:
ToStringContextOps
Source
StringContextOps.scala