Execute4

doobie.free.preparedstatement.PreparedStatementOp.Execute4
final case class Execute4(a: String, b: Int) extends PreparedStatementOp[Boolean]

Attributes

Source
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def visit[F[_]](v: Visitor[F]): F[Boolean]

Attributes

Source
preparedstatement.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product