trait Visitor[F[_]] extends ~>[StatementOp, F]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Visitor
- FunctionK
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def addBatch(a: String): F[Unit]
- abstract def cancel: F[Unit]
- abstract def canceled: F[Unit]
- abstract def clearBatch: F[Unit]
- abstract def clearWarnings: F[Unit]
- abstract def close: F[Unit]
- abstract def closeOnCompletion: F[Unit]
- abstract def delay[A](thunk: ⇒ A): F[A]
- abstract def embed[A](e: Embedded[A]): F[A]
- abstract def enquoteIdentifier(a: String, b: Boolean): F[String]
- abstract def enquoteLiteral(a: String): F[String]
- abstract def enquoteNCharLiteral(a: String): F[String]
- abstract def execute(a: String, b: Int): F[Boolean]
- abstract def execute(a: String, b: Array[String]): F[Boolean]
- abstract def execute(a: String, b: Array[Int]): F[Boolean]
- abstract def execute(a: String): F[Boolean]
- abstract def executeBatch: F[Array[Int]]
- abstract def executeLargeBatch: F[Array[Long]]
- abstract def executeLargeUpdate(a: String, b: Int): F[Long]
- abstract def executeLargeUpdate(a: String, b: Array[String]): F[Long]
- abstract def executeLargeUpdate(a: String, b: Array[Int]): F[Long]
- abstract def executeLargeUpdate(a: String): F[Long]
- abstract def executeQuery(a: String): F[ResultSet]
- abstract def executeUpdate(a: String, b: Int): F[Int]
- abstract def executeUpdate(a: String, b: Array[String]): F[Int]
- abstract def executeUpdate(a: String, b: Array[Int]): F[Int]
- abstract def executeUpdate(a: String): F[Int]
- abstract def forceR[A, B](fa: StatementIO[A])(fb: StatementIO[B]): F[B]
- abstract def fromFuture[A](fut: StatementIO[Future[A]]): F[A]
- abstract def getConnection: F[Connection]
- abstract def getFetchDirection: F[Int]
- abstract def getFetchSize: F[Int]
- abstract def getGeneratedKeys: F[ResultSet]
- abstract def getLargeMaxRows: F[Long]
- abstract def getLargeUpdateCount: F[Long]
- abstract def getMaxFieldSize: F[Int]
- abstract def getMaxRows: F[Int]
- abstract def getMoreResults(a: Int): F[Boolean]
- abstract def getMoreResults: F[Boolean]
- abstract def getQueryTimeout: F[Int]
- abstract def getResultSet: F[ResultSet]
- abstract def getResultSetConcurrency: F[Int]
- abstract def getResultSetHoldability: F[Int]
- abstract def getResultSetType: F[Int]
- abstract def getUpdateCount: F[Int]
- abstract def getWarnings: F[SQLWarning]
- abstract def handleErrorWith[A](fa: StatementIO[A])(f: (Throwable) ⇒ StatementIO[A]): F[A]
- abstract def isCloseOnCompletion: F[Boolean]
- abstract def isClosed: F[Boolean]
- abstract def isPoolable: F[Boolean]
- abstract def isSimpleIdentifier(a: String): F[Boolean]
- abstract def isWrapperFor(a: Class[_]): F[Boolean]
- abstract def monotonic: F[FiniteDuration]
- abstract def onCancel[A](fa: StatementIO[A], fin: StatementIO[Unit]): F[A]
- abstract def poll[A](poll: Any, fa: StatementIO[A]): F[A]
- abstract def raiseError[A](e: Throwable): F[A]
- abstract def raw[A](f: (Statement) ⇒ A): F[A]
- abstract def realTime: F[FiniteDuration]
- abstract def setCursorName(a: String): F[Unit]
- abstract def setEscapeProcessing(a: Boolean): F[Unit]
- abstract def setFetchDirection(a: Int): F[Unit]
- abstract def setFetchSize(a: Int): F[Unit]
- abstract def setLargeMaxRows(a: Long): F[Unit]
- abstract def setMaxFieldSize(a: Int): F[Unit]
- abstract def setMaxRows(a: Int): F[Unit]
- abstract def setPoolable(a: Boolean): F[Unit]
- abstract def setQueryTimeout(a: Int): F[Unit]
- abstract def suspend[A](hint: Type)(thunk: ⇒ A): F[A]
- abstract def uncancelable[A](body: (Poll[StatementIO]) ⇒ StatementIO[A]): F[A]
- 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[StatementOp, H]): FunctionK[StatementOp, [γ$2$]Tuple2K[F, H, γ$2$]]
- Definition Classes
- FunctionK
-
def
andThen[H[_]](f: FunctionK[F, H]): FunctionK[StatementOp, H]
- Definition Classes
- FunctionK
-
final
def
apply[A](fa: StatementOp[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, StatementOp]): 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] <: StatementOp[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[StatementOp, 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[StatementOp, G0]
- Definition Classes
- FunctionK
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated