Sql

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Sql.type

Type members

Classlikes

sealed trait Component
Companion:
object

Inherited types

type ConvertsToSqlComponent[A] = Conversion[A, Component]
type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(raw: String): Sql
def mkSql[A](components: Seq[A], sep: Sql)(implicit ev: ConvertsToSqlComponent[A]): Sql
def mkSql[A](components: Seq[A], start: Sql, sep: Sql, end: Sql)(implicit ev: ConvertsToSqlComponent[A]): Sql

Concrete fields

val empty: Sql

Implicits

Implicits

implicit val monoid: Monoid[Sql]