trait Visitor[F[_]] extends ~>[ConnectionOp, F]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Visitor
- FunctionK
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def abort(a: Executor): F[Unit]
- abstract def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): F[A]
- abstract def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ ConnectionIO[Unit]): F[A]
- abstract def bracketCase[A, B](acquire: ConnectionIO[A])(use: (A) ⇒ ConnectionIO[B])(release: (A, ExitCase[Throwable]) ⇒ ConnectionIO[Unit]): F[B]
- abstract def clearWarnings: F[Unit]
- abstract def close: F[Unit]
- abstract def commit: F[Unit]
- abstract def createArrayOf(a: String, b: Array[AnyRef]): F[Array]
- abstract def createBlob: F[Blob]
- abstract def createClob: F[Clob]
- abstract def createNClob: F[NClob]
- abstract def createSQLXML: F[SQLXML]
- abstract def createStatement(a: Int, b: Int, c: Int): F[Statement]
- abstract def createStatement(a: Int, b: Int): F[Statement]
- abstract def createStatement: F[Statement]
- abstract def createStruct(a: String, b: Array[AnyRef]): F[Struct]
- abstract def delay[A](a: () ⇒ A): F[A]
- abstract def embed[A](e: Embedded[A]): F[A]
- abstract def evalOn[A](ec: ExecutionContext)(fa: ConnectionIO[A]): F[A]
- abstract def getAutoCommit: F[Boolean]
- abstract def getCatalog: F[String]
- abstract def getClientInfo(a: String): F[String]
- abstract def getClientInfo: F[Properties]
- abstract def getHoldability: F[Int]
- abstract def getMetaData: F[DatabaseMetaData]
- abstract def getNetworkTimeout: F[Int]
- abstract def getSchema: F[String]
- abstract def getTransactionIsolation: F[Int]
- abstract def getTypeMap: F[Map[String, Class[_ <: AnyRef]]]
- abstract def getWarnings: F[SQLWarning]
- abstract def handleErrorWith[A](fa: ConnectionIO[A], f: (Throwable) ⇒ ConnectionIO[A]): F[A]
- abstract def isClosed: F[Boolean]
- abstract def isReadOnly: F[Boolean]
- abstract def isValid(a: Int): F[Boolean]
- abstract def isWrapperFor(a: Class[_]): F[Boolean]
- abstract def nativeSQL(a: String): F[String]
- abstract def prepareCall(a: String, b: Int, c: Int, d: Int): F[CallableStatement]
- abstract def prepareCall(a: String, b: Int, c: Int): F[CallableStatement]
- abstract def prepareCall(a: String): F[CallableStatement]
- abstract def prepareStatement(a: String, b: Int, c: Int, d: Int): F[PreparedStatement]
- abstract def prepareStatement(a: String, b: Int, c: Int): F[PreparedStatement]
- abstract def prepareStatement(a: String, b: Int): F[PreparedStatement]
- abstract def prepareStatement(a: String, b: Array[String]): F[PreparedStatement]
- abstract def prepareStatement(a: String, b: Array[Int]): F[PreparedStatement]
- abstract def prepareStatement(a: String): F[PreparedStatement]
- abstract def raiseError[A](e: Throwable): F[A]
- abstract def raw[A](f: (Connection) ⇒ A): F[A]
- abstract def releaseSavepoint(a: Savepoint): F[Unit]
- abstract def rollback(a: Savepoint): F[Unit]
- abstract def rollback: F[Unit]
- abstract def setAutoCommit(a: Boolean): F[Unit]
- abstract def setCatalog(a: String): F[Unit]
- abstract def setClientInfo(a: String, b: String): F[Unit]
- abstract def setClientInfo(a: Properties): F[Unit]
- abstract def setHoldability(a: Int): F[Unit]
- abstract def setNetworkTimeout(a: Executor, b: Int): F[Unit]
- abstract def setReadOnly(a: Boolean): F[Unit]
- abstract def setSavepoint(a: String): F[Savepoint]
- abstract def setSavepoint: F[Savepoint]
- abstract def setSchema(a: String): F[Unit]
- abstract def setTransactionIsolation(a: Int): F[Unit]
- abstract def setTypeMap(a: Map[String, Class[_]]): F[Unit]
- abstract def shift: F[Unit]
- abstract def unwrap[T](a: Class[T]): F[T]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
and[H[_]](h: FunctionK[ConnectionOp, H]): FunctionK[ConnectionOp, [γ$2$]Tuple2K[F, H, γ$2$]]
- Definition Classes
- FunctionK
-
def
andThen[H[_]](f: FunctionK[F, H]): FunctionK[ConnectionOp, H]
- Definition Classes
- FunctionK
-
final
def
apply[A](fa: ConnectionOp[A]): F[A]
- Definition Classes
- Visitor → FunctionK
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
compose[E[_]](f: FunctionK[E, ConnectionOp]): FunctionK[E, F]
- Definition Classes
- FunctionK
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
narrow[F0[x] <: ConnectionOp[x]]: FunctionK[F0, F]
- Definition Classes
- FunctionK
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[ConnectionOp, H, γ$0$], F]
- Definition Classes
- FunctionK
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
widen[G0[x] >: F[x]]: FunctionK[ConnectionOp, G0]
- Definition Classes
- FunctionK
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated