Fragment

final case class Fragment(sql: String, qim: QueryInputMapper)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +:(str: String): Fragment
def :+(str: String): Fragment
def mapSql(f: String => String): Fragment
def wrapInParensIf(cond: Boolean): Fragment

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product