package doobie
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- doobie
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class DoobieCursor(tpe: Type, focus: Any, mapped: MappedQuery) extends Cursor with Product with Serializable
- trait DoobieMapping extends AnyRef
- class DoobieQueryInterpreter[F[_]] extends QueryInterpreter[F]
- case class Row(elems: List[Any]) extends Product with Serializable
- type Table = List[Row]
Value Members
- object DoobieMapping
- object DoobiePredicate
- object Row extends Serializable