Fragment

harness.sql.query.Fragment
See theFragment companion object
final case class Fragment(sql: String, qim: QueryInputMapper)

Attributes

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

Members list

Value members

Concrete methods

def +:(str: String): Fragment
def :+(str: String): Fragment
def mapSql(f: String => String): Fragment
def toQuery(queryName: String): Query
def toQueryO[O](queryName: String)(using decoder: QueryDecoderMany[O]): QueryO[O]
def wrapInParensIf(cond: Boolean): Fragment

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product