implicits

skunk.package$.implicits$
object implicits extends ToAllOps

Attributes

Source:
package.scala
Graph
Supertypes
trait ToAllOps
trait ToListOps
trait ToIdOps
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Extensions

Inherited extensions

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

Attributes

Inherited from:
ToStringContextOps
Source:
StringContextOps.scala
extension (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 toCodecOpsLow[A](self: Codec[A]): CodecOpsLow[A]

Attributes

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

Attributes

Inherited from:
ToDecoderOps
Source:
DecoderOps.scala
implicit def toDecoderOpsLow[A](self: Decoder[A]): DecoderOpsLow[A]

Attributes

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

Attributes

Inherited from:
ToEncoderOps
Source:
EncoderOps.scala
implicit def toEncoderOpsLow[A](self: Encoder[A]): EncoderOpsLow[A]

Attributes

Inherited from:
ToEncoderOpsLow
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