CopyInOp

doobie.postgres.free.copyin$.CopyInOp
See theCopyInOp companion object
sealed trait CopyInOp[A]

Attributes

Companion:
object
Source:
copyin.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CancelCopy.type
object Canceled.type
class Embed[A]
object EndCopy.type
object FlushCopy.type
class ForceR[A, B]
object GetFieldCount.type
object GetFormat.type
object GetHandledRowCount.type
object IsActive.type
object Monotonic.type
class OnCancel[A]
class Poll1[A]
class RaiseError[A]
class Raw[A]
object Realtime.type
class Suspend[A]
class Uncancelable[A]

Members list

Concise view

Value members

Abstract methods

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

Attributes

Source:
copyin.scala