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 Embed[A]
object EndRequest.type
class ForceR[A, B]
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
object IsClosed.type
object IsReadOnly.type
class IsValid
object Monotonic.type
class NativeSQL
class OnCancel[A]
class Poll1[A]
class RaiseError[A]
class Raw[A]
object Realtime.type
object Rollback.type
class Rollback1
object SetSavepoint.type
class SetSchema
class Suspend[A]
class Uncancelable[A]
class Unwrap[T]

Members list

Concise view

Value members

Abstract methods

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

Attributes

Source:
connection.scala