Custom

dataprism.sharedast.SqlExpr.Custom
case class Custom[Codec[_]](args: Seq[SqlExpr[Codec]], render: (Seq[SqlStr[Codec]]) => SqlStr[Codec]) extends SqlExpr[Codec]

Attributes

Source
SharedSqlAst.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SqlExpr[Codec]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product