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.type
class Embed[A]
class ForceR[A, B]
class FromFuture[A]
class HandleErrorWith[A]
object Monotonic.type
class OnCancel[A]
class Poll1[A]
class RaiseError[A]
class Raw[A]
object ReadArray.type
object ReadAsciiStream.type
object ReadBigDecimal.type
object ReadBinaryStream.type
object ReadBlob.type
object ReadBoolean.type
object ReadByte.type
object ReadBytes.type
object ReadCharacterStream.type
object ReadClob.type
object ReadDate.type
object ReadDouble.type
object ReadFloat.type
object ReadInt.type
object ReadLong.type
object ReadNClob.type
object ReadNString.type
object ReadObject.type
class ReadObject1[T]
object ReadRef.type
object ReadRowId.type
object ReadSQLXML.type
object ReadShort.type
object ReadString.type
object ReadTime.type
object ReadTimestamp.type
object ReadURL.type
object Realtime.type
class Suspend[A]
class Uncancelable[A]
object WasNull.type
Show all

Members list

Value members

Abstract methods

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

Attributes

Source
sqlinput.scala