Advanced

doobie.util.Get.Advanced
See theAdvanced companion class
object Advanced

Attributes

Companion
class
Source
get.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Advanced.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def array[A >: Null <: AnyRef](schemaTypes: NonEmptyList[String]): Advanced[Array[A]]

Attributes

Source
get.scala
def many[A](jdbcSources: NonEmptyList[JdbcType], schemaTypes: NonEmptyList[String], get: (ResultSet, Int) => A)(implicit ev: TypeName[A]): Advanced[A]

Attributes

Source
get.scala
def one[A](jdbcSource: JdbcType, schemaTypes: NonEmptyList[String], get: (ResultSet, Int) => A)(implicit ev: TypeName[A]): Advanced[A]

Attributes

Source
get.scala
def other[A >: Null <: AnyRef](schemaTypes: NonEmptyList[String])(using evidence$2: TypeName[A], A: ClassTag[A]): Advanced[A]

Attributes

Source
get.scala