ReturningJson

harness.sql.query.ReturningJson$
See theReturningJson companion trait
object ReturningJson

Attributes

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

Members list

Type members

Classlikes

final case class Multi[T](parse: Map[String, Json] => Either[String, T], selects: List[(String, String)]) extends ReturningJson[T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ReturningJson[T]
class Object
trait Matchable
class Any
Show all
Self type
Multi[T]
final case class Single[T](keyName: String, select: String, decoder: JsonDecoder[T]) extends ReturningJson[T]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait ReturningJson[T]
class Object
trait Matchable
class Any
Show all
Self type
Single[T]
object Single

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Single.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror