ConnectionOp

doobie.free.connection$.ConnectionOp
See theConnectionOp companion object
sealed trait ConnectionOp[A]

Attributes

Companion
object
Source
connection.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Abort
object BeginRequest.type
object Canceled.type
object ClearWarnings.type
object Close.type
object Commit.type
object CreateBlob.type
object CreateClob.type
object CreateNClob.type
object CreateSQLXML.type
object CreateStatement.type
class CreateStruct
class Embed[A]
object EndRequest.type
class ForceR[A, B]
class FromFuture[A]
object GetAutoCommit.type
object GetCatalog.type
object GetClientInfo.type
object GetHoldability.type
object GetMetaData.type
object GetNetworkTimeout.type
object GetSchema.type
object GetTypeMap.type
object GetWarnings.type
class HandleErrorWith[A]
object IsClosed.type
object IsReadOnly.type
class IsValid
class IsWrapperFor
object Monotonic.type
class NativeSQL
class OnCancel[A]
class Poll1[A]
class PrepareCall
class PrepareCall1
class PrepareCall2
class RaiseError[A]
class Raw[A]
object Realtime.type
object Rollback.type
class Rollback1
class SetCatalog
class SetReadOnly
object SetSavepoint.type
class SetSchema
class SetTypeMap
class Suspend[A]
class Uncancelable[A]
class Unwrap[T]
Show all

Members list

Value members

Abstract methods

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

Attributes

Source
connection.scala