ReturningJson

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

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Companion:
class
Graph
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