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
Self type

Members list

Concise view

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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product