SQLInputOp

doobie.free.sqlinput.SQLInputOp
See theSQLInputOp companion object
sealed trait SQLInputOp[A]

Attributes

Companion
object
Source
sqlinput.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Canceled
class Embed[A]
class ForceR[A, B]
class HandleErrorWith[A]
object Monotonic
class OnCancel[A]
class Poll1[A]
class RaiseError[A]
class Raw[A]
object ReadArray
object ReadBlob
object ReadBoolean
object ReadByte
object ReadBytes
object ReadClob
object ReadDate
object ReadDouble
object ReadFloat
object ReadInt
object ReadLong
object ReadNClob
object ReadNString
object ReadObject
class ReadObject1[T]
object ReadRef
object ReadRowId
object ReadSQLXML
object ReadShort
object ReadString
object ReadTime
object ReadTimestamp
object ReadURL
object Realtime
class Suspend[A]
class Uncancelable[A]
object WasNull
Show all

Members list

Value members

Abstract methods

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

Attributes

Source
sqlinput.scala