SetBytes

doobie.free.preparedstatement.PreparedStatementOp.SetBytes
final case class SetBytes(a: Int, b: Array[Byte]) extends PreparedStatementOp[Unit]

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Source
preparedstatement.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product