Visitor

doobie.free.connection.ConnectionOp.Visitor
trait Visitor[F[_]] extends FunctionK[ConnectionOp, F]

Attributes

Source
connection.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def abort(a: Executor): F[Unit]

Attributes

Source
connection.scala
def beginRequest: F[Unit]

Attributes

Source
connection.scala
def canceled: F[Unit]

Attributes

Source
connection.scala

Attributes

Source
connection.scala
def close: F[Unit]

Attributes

Source
connection.scala
def commit: F[Unit]

Attributes

Source
connection.scala
def createArrayOf(a: String, b: Array[AnyRef]): F[Array]

Attributes

Source
connection.scala
def createBlob: F[Blob]

Attributes

Source
connection.scala
def createClob: F[Clob]

Attributes

Source
connection.scala
def createNClob: F[NClob]

Attributes

Source
connection.scala
def createSQLXML: F[SQLXML]

Attributes

Source
connection.scala
def createStatement: F[Statement]

Attributes

Source
connection.scala
def createStatement(a: Int, b: Int): F[Statement]

Attributes

Source
connection.scala
def createStatement(a: Int, b: Int, c: Int): F[Statement]

Attributes

Source
connection.scala
def createStruct(a: String, b: Array[AnyRef]): F[Struct]

Attributes

Source
connection.scala
def delay[A](thunk: => A): F[A]

Attributes

Source
connection.scala
def embed[A](e: Embedded[A]): F[A]

Attributes

Source
connection.scala
def endRequest: F[Unit]

Attributes

Source
connection.scala
def forceR[A, B](fa: ConnectionIO[A])(fb: ConnectionIO[B]): F[B]

Attributes

Source
connection.scala
def fromFuture[A](fut: ConnectionIO[Future[A]]): F[A]

Attributes

Source
connection.scala

Attributes

Source
connection.scala

Attributes

Source
connection.scala
def getCatalog: F[String]

Attributes

Source
connection.scala
def getClientInfo: F[Properties]

Attributes

Source
connection.scala
def getClientInfo(a: String): F[String]

Attributes

Source
connection.scala

Attributes

Source
connection.scala
def getMetaData: F[DatabaseMetaData]

Attributes

Source
connection.scala

Attributes

Source
connection.scala
def getSchema: F[String]

Attributes

Source
connection.scala

Attributes

Source
connection.scala
def getTypeMap: F[Map[String, Class[_]]]

Attributes

Source
connection.scala
def getWarnings: F[SQLWarning]

Attributes

Source
connection.scala
def handleErrorWith[A](fa: ConnectionIO[A])(f: Throwable => ConnectionIO[A]): F[A]

Attributes

Source
connection.scala
def isClosed: F[Boolean]

Attributes

Source
connection.scala

Attributes

Source
connection.scala
def isValid(a: Int): F[Boolean]

Attributes

Source
connection.scala
def isWrapperFor(a: Class[_]): F[Boolean]

Attributes

Source
connection.scala

Attributes

Source
connection.scala
def nativeSQL(a: String): F[String]

Attributes

Source
connection.scala
def onCancel[A](fa: ConnectionIO[A], fin: ConnectionIO[Unit]): F[A]

Attributes

Source
connection.scala
def performLogging(event: LogEvent): F[Unit]

Attributes

Source
connection.scala
def poll[A](poll: Any, fa: ConnectionIO[A]): F[A]

Attributes

Source
connection.scala
def prepareCall(a: String): F[CallableStatement]

Attributes

Source
connection.scala
def prepareCall(a: String, b: Int, c: Int): F[CallableStatement]

Attributes

Source
connection.scala
def prepareCall(a: String, b: Int, c: Int, d: Int): F[CallableStatement]

Attributes

Source
connection.scala
def prepareStatement(a: String): F[PreparedStatement]

Attributes

Source
connection.scala
def prepareStatement(a: String, b: Array[Int]): F[PreparedStatement]

Attributes

Source
connection.scala
def prepareStatement(a: String, b: Array[String]): F[PreparedStatement]

Attributes

Source
connection.scala
def prepareStatement(a: String, b: Int): F[PreparedStatement]

Attributes

Source
connection.scala
def prepareStatement(a: String, b: Int, c: Int): F[PreparedStatement]

Attributes

Source
connection.scala
def prepareStatement(a: String, b: Int, c: Int, d: Int): F[PreparedStatement]

Attributes

Source
connection.scala
def raiseError[A](e: Throwable): F[A]

Attributes

Source
connection.scala
def raw[A](f: Connection => A): F[A]

Attributes

Source
connection.scala

Attributes

Source
connection.scala
def releaseSavepoint(a: Savepoint): F[Unit]

Attributes

Source
connection.scala
def rollback: F[Unit]

Attributes

Source
connection.scala
def rollback(a: Savepoint): F[Unit]

Attributes

Source
connection.scala
def setAutoCommit(a: Boolean): F[Unit]

Attributes

Source
connection.scala
def setCatalog(a: String): F[Unit]

Attributes

Source
connection.scala
def setClientInfo(a: Properties): F[Unit]

Attributes

Source
connection.scala
def setClientInfo(a: String, b: String): F[Unit]

Attributes

Source
connection.scala
def setHoldability(a: Int): F[Unit]

Attributes

Source
connection.scala
def setNetworkTimeout(a: Executor, b: Int): F[Unit]

Attributes

Source
connection.scala
def setReadOnly(a: Boolean): F[Unit]

Attributes

Source
connection.scala
def setSavepoint: F[Savepoint]

Attributes

Source
connection.scala
def setSavepoint(a: String): F[Savepoint]

Attributes

Source
connection.scala
def setSchema(a: String): F[Unit]

Attributes

Source
connection.scala
def setShardingKey(a: ShardingKey): F[Unit]

Attributes

Source
connection.scala
def setShardingKey(a: ShardingKey, b: ShardingKey): F[Unit]

Attributes

Source
connection.scala
def setShardingKeyIfValid(a: ShardingKey, b: Int): F[Boolean]

Attributes

Source
connection.scala
def setShardingKeyIfValid(a: ShardingKey, b: ShardingKey, c: Int): F[Boolean]

Attributes

Source
connection.scala

Attributes

Source
connection.scala
def setTypeMap(a: Map[String, Class[_]]): F[Unit]

Attributes

Source
connection.scala
def suspend[A](hint: Type)(thunk: => A): F[A]

Attributes

Source
connection.scala
def uncancelable[A](body: Poll[ConnectionIO] => ConnectionIO[A]): F[A]

Attributes

Source
connection.scala
def unwrap[T](a: Class[T]): F[T]

Attributes

Source
connection.scala

Concrete methods

final def apply[A](fa: ConnectionOp[A]): F[A]

Applies this functor transformation from F to G

Applies this functor transformation from F to G

Attributes

Source
connection.scala

Inherited methods

def and[H[_]](h: FunctionK[ConnectionOp, H]): FunctionK[F, [_] =>> Tuple2K[G, H, _$9]]

Composes two instances of FunctionK into a new FunctionK that transforms one single functor to a cats.data.Tuple2K of two functors.

Composes two instances of FunctionK into a new FunctionK that transforms one single functor to a cats.data.Tuple2K of two functors.

scala> import cats.arrow.FunctionK
scala> val list2option = λ[FunctionK[List, Option]](_.headOption)
scala> val list2vector = λ[FunctionK[List, Vector]](_.toVector)
scala> val optionAndVector = list2option and list2vector
scala> optionAndVector(List(1,2,3))
res0: cats.data.Tuple2K[Option,Vector,Int] = Tuple2K(Some(1),Vector(1, 2, 3))

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def andThen[H[_]](f: FunctionK[F, H]): FunctionK[F, H]

Composes two instances of FunctionK into a new FunctionK with this transformation applied first.

Composes two instances of FunctionK into a new FunctionK with this transformation applied first.

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def compose[E[_]](f: FunctionK[E, ConnectionOp]): FunctionK[E, G]

Composes two instances of FunctionK into a new FunctionK with this transformation applied last.

Composes two instances of FunctionK into a new FunctionK with this transformation applied last.

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def narrow[F0 <: (ConnectionOp)]: FunctionK[F0, G]

Narrows the input type of this FunctionK from F to F0

Narrows the input type of this FunctionK from F to F0

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def or[H[_]](h: FunctionK[H, F]): FunctionK[[_] =>> EitherK[F, H, _$6], G]

Composes two instances of FunctionK into a new FunctionK that transforms a cats.data.EitherK to a single functor.

Composes two instances of FunctionK into a new FunctionK that transforms a cats.data.EitherK to a single functor.

This transformation will be used to transform left F values while h will be used to transform right H values.

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def widen[G0[x]]: FunctionK[F, G0]

Widens the output type of this FunctionK from G to G0

Widens the output type of this FunctionK from G to G0

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala