QueryInputMapper

harness.sql.query.QueryInputMapper$
See theQueryInputMapper companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Const(encodedValues: Chunk[EncodedInputValue]) extends QueryInputMapper

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Empty extends QueryInputMapper

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Empty.type

Value members

Concrete methods

def materialize[T](constant: Constant[T], encoder: QueryEncoderMany[T]): QueryInputMapper
def single[T](get: Chunk[Any] => T, encoder: QueryEncoderMany[T]): QueryInputMapper