Advanced

doobie.util.meta.Meta$.Advanced$
object Advanced

Module of constructors for "advanced" JDBC types.

Attributes

Source
meta.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Advanced.type

Members list

Value members

Concrete methods

def array[A >: Null <: AnyRef](elementType: String, schemaH: String, schemaT: String*): Meta[Array[A]]

Attributes

Source
meta.scala
def many[A](jdbcTypes: NonEmptyList[JdbcType], schemaTypes: NonEmptyList[String], get: (ResultSet, Int) => A, put: (PreparedStatement, Int, A) => Unit, update: (ResultSet, Int, A) => Unit)(using evidence$6: TypeName[A]): Meta[A]

Attributes

Source
meta.scala
def one[A](jdbcTypes: JdbcType, schemaTypes: NonEmptyList[String], get: (ResultSet, Int) => A, put: (PreparedStatement, Int, A) => Unit, update: (ResultSet, Int, A) => Unit)(using evidence$7: TypeName[A]): Meta[A]

Attributes

Source
meta.scala
def other[A >: Null <: AnyRef](schemaH: String, schemaT: String*)(using evidence$8: TypeName[A], evidence$9: ClassTag[A]): Meta[A]

Attributes

Source
meta.scala