trait Visitor[F[_]] extends ~>[CallableStatementOp, F]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Visitor
- FunctionK
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def addBatch(a: String): F[Unit]
- abstract def addBatch: F[Unit]
- abstract def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): F[A]
- abstract def asyncF[A](k: ((Either[Throwable, A]) => Unit) => CallableStatementIO[Unit]): F[A]
- abstract def bracketCase[A, B](acquire: CallableStatementIO[A])(use: (A) => CallableStatementIO[B])(release: (A, ExitCase[Throwable]) => CallableStatementIO[Unit]): F[B]
- abstract def cancel: F[Unit]
- abstract def clearBatch: F[Unit]
- abstract def clearParameters: F[Unit]
- abstract def clearWarnings: F[Unit]
- abstract def close: F[Unit]
- abstract def closeOnCompletion: F[Unit]
- abstract def delay[A](a: () => A): F[A]
- abstract def embed[A](e: Embedded[A]): F[A]
- abstract def evalOn[A](ec: ExecutionContext)(fa: CallableStatementIO[A]): F[A]
- 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 execute: 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 executeLargeUpdate: F[Long]
- abstract def executeQuery(a: String): F[ResultSet]
- abstract def executeQuery: 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 executeUpdate: F[Int]
- abstract def getArray(a: String): F[Array]
- abstract def getArray(a: Int): F[Array]
- abstract def getBigDecimal(a: String): F[BigDecimal]
- abstract def getBigDecimal(a: Int, b: Int): F[BigDecimal]
- abstract def getBigDecimal(a: Int): F[BigDecimal]
- abstract def getBlob(a: String): F[Blob]
- abstract def getBlob(a: Int): F[Blob]
- abstract def getBoolean(a: String): F[Boolean]
- abstract def getBoolean(a: Int): F[Boolean]
- abstract def getByte(a: String): F[Byte]
- abstract def getByte(a: Int): F[Byte]
- abstract def getBytes(a: String): F[Array[Byte]]
- abstract def getBytes(a: Int): F[Array[Byte]]
- abstract def getCharacterStream(a: String): F[Reader]
- abstract def getCharacterStream(a: Int): F[Reader]
- abstract def getClob(a: String): F[Clob]
- abstract def getClob(a: Int): F[Clob]
- abstract def getConnection: F[Connection]
- abstract def getDate(a: String, b: Calendar): F[Date]
- abstract def getDate(a: String): F[Date]
- abstract def getDate(a: Int, b: Calendar): F[Date]
- abstract def getDate(a: Int): F[Date]
- abstract def getDouble(a: String): F[Double]
- abstract def getDouble(a: Int): F[Double]
- abstract def getFetchDirection: F[Int]
- abstract def getFetchSize: F[Int]
- abstract def getFloat(a: String): F[Float]
- abstract def getFloat(a: Int): F[Float]
- abstract def getGeneratedKeys: F[ResultSet]
- abstract def getInt(a: String): F[Int]
- abstract def getInt(a: Int): F[Int]
- abstract def getLargeMaxRows: F[Long]
- abstract def getLargeUpdateCount: F[Long]
- abstract def getLong(a: String): F[Long]
- abstract def getLong(a: Int): F[Long]
- abstract def getMaxFieldSize: F[Int]
- abstract def getMaxRows: F[Int]
- abstract def getMetaData: F[ResultSetMetaData]
- abstract def getMoreResults(a: Int): F[Boolean]
- abstract def getMoreResults: F[Boolean]
- abstract def getNCharacterStream(a: String): F[Reader]
- abstract def getNCharacterStream(a: Int): F[Reader]
- abstract def getNClob(a: String): F[NClob]
- abstract def getNClob(a: Int): F[NClob]
- abstract def getNString(a: String): F[String]
- abstract def getNString(a: Int): F[String]
- abstract def getObject(a: String, b: Map[String, Class[_]]): F[AnyRef]
- abstract def getObject[T](a: String, b: Class[T]): F[T]
- abstract def getObject(a: String): F[AnyRef]
- abstract def getObject(a: Int, b: Map[String, Class[_]]): F[AnyRef]
- abstract def getObject[T](a: Int, b: Class[T]): F[T]
- abstract def getObject(a: Int): F[AnyRef]
- abstract def getParameterMetaData: F[ParameterMetaData]
- abstract def getQueryTimeout: F[Int]
- abstract def getRef(a: String): F[Ref]
- abstract def getRef(a: Int): F[Ref]
- abstract def getResultSet: F[ResultSet]
- abstract def getResultSetConcurrency: F[Int]
- abstract def getResultSetHoldability: F[Int]
- abstract def getResultSetType: F[Int]
- abstract def getRowId(a: String): F[RowId]
- abstract def getRowId(a: Int): F[RowId]
- abstract def getSQLXML(a: String): F[SQLXML]
- abstract def getSQLXML(a: Int): F[SQLXML]
- abstract def getShort(a: String): F[Short]
- abstract def getShort(a: Int): F[Short]
- abstract def getString(a: String): F[String]
- abstract def getString(a: Int): F[String]
- abstract def getTime(a: String, b: Calendar): F[Time]
- abstract def getTime(a: String): F[Time]
- abstract def getTime(a: Int, b: Calendar): F[Time]
- abstract def getTime(a: Int): F[Time]
- abstract def getTimestamp(a: String, b: Calendar): F[Timestamp]
- abstract def getTimestamp(a: String): F[Timestamp]
- abstract def getTimestamp(a: Int, b: Calendar): F[Timestamp]
- abstract def getTimestamp(a: Int): F[Timestamp]
- abstract def getURL(a: String): F[URL]
- abstract def getURL(a: Int): F[URL]
- abstract def getUpdateCount: F[Int]
- abstract def getWarnings: F[SQLWarning]
- abstract def handleErrorWith[A](fa: CallableStatementIO[A], f: (Throwable) => CallableStatementIO[A]): F[A]
- abstract def isCloseOnCompletion: F[Boolean]
- abstract def isClosed: F[Boolean]
- abstract def isPoolable: F[Boolean]
- abstract def isWrapperFor(a: Class[_]): F[Boolean]
- abstract def raiseError[A](e: Throwable): F[A]
- abstract def raw[A](f: (CallableStatement) => A): F[A]
- abstract def registerOutParameter(a: String, b: SQLType, c: String): F[Unit]
- abstract def registerOutParameter(a: String, b: SQLType, c: Int): F[Unit]
- abstract def registerOutParameter(a: String, b: SQLType): F[Unit]
- abstract def registerOutParameter(a: String, b: Int, c: String): F[Unit]
- abstract def registerOutParameter(a: String, b: Int, c: Int): F[Unit]
- abstract def registerOutParameter(a: String, b: Int): F[Unit]
- abstract def registerOutParameter(a: Int, b: SQLType, c: String): F[Unit]
- abstract def registerOutParameter(a: Int, b: SQLType, c: Int): F[Unit]
- abstract def registerOutParameter(a: Int, b: SQLType): F[Unit]
- abstract def registerOutParameter(a: Int, b: Int, c: String): F[Unit]
- abstract def registerOutParameter(a: Int, b: Int, c: Int): F[Unit]
- abstract def registerOutParameter(a: Int, b: Int): F[Unit]
- abstract def setArray(a: Int, b: Array): F[Unit]
- abstract def setAsciiStream(a: String, b: InputStream, c: Long): F[Unit]
- abstract def setAsciiStream(a: String, b: InputStream, c: Int): F[Unit]
- abstract def setAsciiStream(a: String, b: InputStream): F[Unit]
- abstract def setAsciiStream(a: Int, b: InputStream, c: Long): F[Unit]
- abstract def setAsciiStream(a: Int, b: InputStream, c: Int): F[Unit]
- abstract def setAsciiStream(a: Int, b: InputStream): F[Unit]
- abstract def setBigDecimal(a: String, b: BigDecimal): F[Unit]
- abstract def setBigDecimal(a: Int, b: BigDecimal): F[Unit]
- abstract def setBinaryStream(a: String, b: InputStream, c: Long): F[Unit]
- abstract def setBinaryStream(a: String, b: InputStream, c: Int): F[Unit]
- abstract def setBinaryStream(a: String, b: InputStream): F[Unit]
- abstract def setBinaryStream(a: Int, b: InputStream, c: Long): F[Unit]
- abstract def setBinaryStream(a: Int, b: InputStream, c: Int): F[Unit]
- abstract def setBinaryStream(a: Int, b: InputStream): F[Unit]
- abstract def setBlob(a: String, b: InputStream, c: Long): F[Unit]
- abstract def setBlob(a: String, b: InputStream): F[Unit]
- abstract def setBlob(a: String, b: Blob): F[Unit]
- abstract def setBlob(a: Int, b: InputStream, c: Long): F[Unit]
- abstract def setBlob(a: Int, b: InputStream): F[Unit]
- abstract def setBlob(a: Int, b: Blob): F[Unit]
- abstract def setBoolean(a: String, b: Boolean): F[Unit]
- abstract def setBoolean(a: Int, b: Boolean): F[Unit]
- abstract def setByte(a: String, b: Byte): F[Unit]
- abstract def setByte(a: Int, b: Byte): F[Unit]
- abstract def setBytes(a: String, b: Array[Byte]): F[Unit]
- abstract def setBytes(a: Int, b: Array[Byte]): F[Unit]
- abstract def setCharacterStream(a: String, b: Reader, c: Long): F[Unit]
- abstract def setCharacterStream(a: String, b: Reader, c: Int): F[Unit]
- abstract def setCharacterStream(a: String, b: Reader): F[Unit]
- abstract def setCharacterStream(a: Int, b: Reader, c: Long): F[Unit]
- abstract def setCharacterStream(a: Int, b: Reader, c: Int): F[Unit]
- abstract def setCharacterStream(a: Int, b: Reader): F[Unit]
- abstract def setClob(a: String, b: Reader, c: Long): F[Unit]
- abstract def setClob(a: String, b: Reader): F[Unit]
- abstract def setClob(a: String, b: Clob): F[Unit]
- abstract def setClob(a: Int, b: Reader, c: Long): F[Unit]
- abstract def setClob(a: Int, b: Reader): F[Unit]
- abstract def setClob(a: Int, b: Clob): F[Unit]
- abstract def setCursorName(a: String): F[Unit]
- abstract def setDate(a: String, b: Date, c: Calendar): F[Unit]
- abstract def setDate(a: String, b: Date): F[Unit]
- abstract def setDate(a: Int, b: Date, c: Calendar): F[Unit]
- abstract def setDate(a: Int, b: Date): F[Unit]
- abstract def setDouble(a: String, b: Double): F[Unit]
- abstract def setDouble(a: Int, b: Double): 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 setFloat(a: String, b: Float): F[Unit]
- abstract def setFloat(a: Int, b: Float): F[Unit]
- abstract def setInt(a: String, b: Int): F[Unit]
- abstract def setInt(a: Int, b: Int): F[Unit]
- abstract def setLargeMaxRows(a: Long): F[Unit]
- abstract def setLong(a: String, b: Long): F[Unit]
- abstract def setLong(a: Int, b: Long): F[Unit]
- abstract def setMaxFieldSize(a: Int): F[Unit]
- abstract def setMaxRows(a: Int): F[Unit]
- abstract def setNCharacterStream(a: String, b: Reader, c: Long): F[Unit]
- abstract def setNCharacterStream(a: String, b: Reader): F[Unit]
- abstract def setNCharacterStream(a: Int, b: Reader, c: Long): F[Unit]
- abstract def setNCharacterStream(a: Int, b: Reader): F[Unit]
- abstract def setNClob(a: String, b: Reader, c: Long): F[Unit]
- abstract def setNClob(a: String, b: Reader): F[Unit]
- abstract def setNClob(a: String, b: NClob): F[Unit]
- abstract def setNClob(a: Int, b: Reader, c: Long): F[Unit]
- abstract def setNClob(a: Int, b: Reader): F[Unit]
- abstract def setNClob(a: Int, b: NClob): F[Unit]
- abstract def setNString(a: String, b: String): F[Unit]
- abstract def setNString(a: Int, b: String): F[Unit]
- abstract def setNull(a: String, b: Int, c: String): F[Unit]
- abstract def setNull(a: String, b: Int): F[Unit]
- abstract def setNull(a: Int, b: Int, c: String): F[Unit]
- abstract def setNull(a: Int, b: Int): F[Unit]
- abstract def setObject(a: String, b: AnyRef, c: SQLType, d: Int): F[Unit]
- abstract def setObject(a: String, b: AnyRef, c: SQLType): F[Unit]
- abstract def setObject(a: String, b: AnyRef, c: Int, d: Int): F[Unit]
- abstract def setObject(a: String, b: AnyRef, c: Int): F[Unit]
- abstract def setObject(a: String, b: AnyRef): F[Unit]
- abstract def setObject(a: Int, b: AnyRef, c: SQLType, d: Int): F[Unit]
- abstract def setObject(a: Int, b: AnyRef, c: SQLType): F[Unit]
- abstract def setObject(a: Int, b: AnyRef, c: Int, d: Int): F[Unit]
- abstract def setObject(a: Int, b: AnyRef, c: Int): F[Unit]
- abstract def setObject(a: Int, b: AnyRef): F[Unit]
- abstract def setPoolable(a: Boolean): F[Unit]
- abstract def setQueryTimeout(a: Int): F[Unit]
- abstract def setRef(a: Int, b: Ref): F[Unit]
- abstract def setRowId(a: String, b: RowId): F[Unit]
- abstract def setRowId(a: Int, b: RowId): F[Unit]
- abstract def setSQLXML(a: String, b: SQLXML): F[Unit]
- abstract def setSQLXML(a: Int, b: SQLXML): F[Unit]
- abstract def setShort(a: String, b: Short): F[Unit]
- abstract def setShort(a: Int, b: Short): F[Unit]
- abstract def setString(a: String, b: String): F[Unit]
- abstract def setString(a: Int, b: String): F[Unit]
- abstract def setTime(a: String, b: Time, c: Calendar): F[Unit]
- abstract def setTime(a: String, b: Time): F[Unit]
- abstract def setTime(a: Int, b: Time, c: Calendar): F[Unit]
- abstract def setTime(a: Int, b: Time): F[Unit]
- abstract def setTimestamp(a: String, b: Timestamp, c: Calendar): F[Unit]
- abstract def setTimestamp(a: String, b: Timestamp): F[Unit]
- abstract def setTimestamp(a: Int, b: Timestamp, c: Calendar): F[Unit]
- abstract def setTimestamp(a: Int, b: Timestamp): F[Unit]
- abstract def setURL(a: String, b: URL): F[Unit]
- abstract def setURL(a: Int, b: URL): F[Unit]
- abstract def setUnicodeStream(a: Int, b: InputStream, c: Int): F[Unit]
- abstract def shift: F[Unit]
- abstract def unwrap[T](a: Class[T]): F[T]
- abstract def wasNull: F[Boolean]
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[CallableStatementOp, H]): FunctionK[CallableStatementOp, [γ$4$]Tuple2K[F, H, γ$4$]]
- Definition Classes
- FunctionK
- def andThen[H[_]](f: FunctionK[F, H]): FunctionK[CallableStatementOp, H]
- Definition Classes
- FunctionK
- final def apply[A](fa: CallableStatementOp[A]): F[A]
- Definition Classes
- Visitor → FunctionK
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[E[_]](f: FunctionK[E, CallableStatementOp]): FunctionK[E, F]
- Definition Classes
- FunctionK
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$1$]EitherK[CallableStatementOp, H, γ$1$], F]
- Definition Classes
- FunctionK
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()