Query0

doobie.util.query.Query0
See theQuery0 companion trait
object Query0

Attributes

Companion
trait
Source
query.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Query0.type

Members list

Grouped members

Typeclass Instances

implicit val queryFunctor: Functor[Query0]

Attributes

Source
query.scala

Constructors

def apply[A](sql: String, pos: Option[Pos])(using evidence$3: Read[A]): Query0[A]

Construct a Query with the given SQL string, an optional Pos for diagnostic purposes, with no parameters. Note that the most common way to construct a Query is via the sqlinterpolator.

Construct a Query with the given SQL string, an optional Pos for diagnostic purposes, with no parameters. Note that the most common way to construct a Query is via the sqlinterpolator.

Attributes

Source
query.scala