Basic

doobie.util.meta.MetaConstructors.Basic
object Basic

Module of constructors for "basic" JDBC types.

Attributes

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

Members list

Value members

Concrete methods

def many[A : TypeName](jdbcTarget: NonEmptyList[JdbcType], jdbcSource: NonEmptyList[JdbcType], jdbcSourceSecondary: List[JdbcType], get: (ResultSet, Int) => A, put: (PreparedStatement, Int, A) => Unit, update: (ResultSet, Int, A) => Unit): Meta[A]

Attributes

Source
meta.scala
def one[A : TypeName](jdbcType: JdbcType, jdbcSourceSecondary: List[JdbcType], get: (ResultSet, Int) => A, put: (PreparedStatement, Int, A) => Unit, update: (ResultSet, Int, A) => Unit): Meta[A]

Attributes

Source
meta.scala