Visitor

doobie.free.preparedstatement.PreparedStatementOp.Visitor
trait Visitor[F[_]] extends FunctionK[PreparedStatementOp, F]

Attributes

Source
preparedstatement.scala
Graph
Supertypes
trait FunctionK[PreparedStatementOp, F]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def addBatch: F[Unit]

Attributes

Source
preparedstatement.scala
def addBatch(a: String): F[Unit]

Attributes

Source
preparedstatement.scala
def cancel: F[Unit]

Attributes

Source
preparedstatement.scala
def canceled: F[Unit]

Attributes

Source
preparedstatement.scala
def clearBatch: F[Unit]

Attributes

Source
preparedstatement.scala
def clearParameters: F[Unit]

Attributes

Source
preparedstatement.scala
def clearWarnings: F[Unit]

Attributes

Source
preparedstatement.scala
def close: F[Unit]

Attributes

Source
preparedstatement.scala
def closeOnCompletion: F[Unit]

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.scala
def enquoteIdentifier(a: String, b: Boolean): F[String]

Attributes

Source
preparedstatement.scala
def enquoteLiteral(a: String): F[String]

Attributes

Source
preparedstatement.scala
def enquoteNCharLiteral(a: String): F[String]

Attributes

Source
preparedstatement.scala
def execute: F[Boolean]

Attributes

Source
preparedstatement.scala
def execute(a: String): F[Boolean]

Attributes

Source
preparedstatement.scala
def execute(a: String, b: Array[Int]): F[Boolean]

Attributes

Source
preparedstatement.scala
def execute(a: String, b: Array[String]): F[Boolean]

Attributes

Source
preparedstatement.scala
def execute(a: String, b: Int): F[Boolean]

Attributes

Source
preparedstatement.scala
def executeBatch: F[Array[Int]]

Attributes

Source
preparedstatement.scala
def executeLargeBatch: F[Array[Long]]

Attributes

Source
preparedstatement.scala
def executeLargeUpdate: F[Long]

Attributes

Source
preparedstatement.scala
def executeLargeUpdate(a: String): F[Long]

Attributes

Source
preparedstatement.scala
def executeLargeUpdate(a: String, b: Array[Int]): F[Long]

Attributes

Source
preparedstatement.scala
def executeLargeUpdate(a: String, b: Array[String]): F[Long]

Attributes

Source
preparedstatement.scala
def executeLargeUpdate(a: String, b: Int): F[Long]

Attributes

Source
preparedstatement.scala
def executeQuery: F[ResultSet]

Attributes

Source
preparedstatement.scala
def executeQuery(a: String): F[ResultSet]

Attributes

Source
preparedstatement.scala
def executeUpdate: F[Int]

Attributes

Source
preparedstatement.scala
def executeUpdate(a: String): F[Int]

Attributes

Source
preparedstatement.scala
def executeUpdate(a: String, b: Array[Int]): F[Int]

Attributes

Source
preparedstatement.scala
def executeUpdate(a: String, b: Array[String]): F[Int]

Attributes

Source
preparedstatement.scala
def executeUpdate(a: String, b: Int): F[Int]

Attributes

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

Attributes

Source
preparedstatement.scala
def getConnection: F[Connection]

Attributes

Source
preparedstatement.scala
def getFetchDirection: F[Int]

Attributes

Source
preparedstatement.scala
def getFetchSize: F[Int]

Attributes

Source
preparedstatement.scala
def getGeneratedKeys: F[ResultSet]

Attributes

Source
preparedstatement.scala
def getLargeMaxRows: F[Long]

Attributes

Source
preparedstatement.scala
def getLargeUpdateCount: F[Long]

Attributes

Source
preparedstatement.scala
def getMaxFieldSize: F[Int]

Attributes

Source
preparedstatement.scala
def getMaxRows: F[Int]

Attributes

Source
preparedstatement.scala
def getMetaData: F[ResultSetMetaData]

Attributes

Source
preparedstatement.scala
def getMoreResults: F[Boolean]

Attributes

Source
preparedstatement.scala
def getMoreResults(a: Int): F[Boolean]

Attributes

Source
preparedstatement.scala
def getParameterMetaData: F[ParameterMetaData]

Attributes

Source
preparedstatement.scala
def getQueryTimeout: F[Int]

Attributes

Source
preparedstatement.scala
def getResultSet: F[ResultSet]

Attributes

Source
preparedstatement.scala

Attributes

Source
preparedstatement.scala

Attributes

Source
preparedstatement.scala
def getResultSetType: F[Int]

Attributes

Source
preparedstatement.scala
def getUpdateCount: F[Int]

Attributes

Source
preparedstatement.scala
def getWarnings: F[SQLWarning]

Attributes

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

Attributes

Source
preparedstatement.scala
def isCloseOnCompletion: F[Boolean]

Attributes

Source
preparedstatement.scala
def isClosed: F[Boolean]

Attributes

Source
preparedstatement.scala
def isPoolable: F[Boolean]

Attributes

Source
preparedstatement.scala
def isSimpleIdentifier(a: String): F[Boolean]

Attributes

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

Attributes

Source
preparedstatement.scala
def monotonic: F[FiniteDuration]

Attributes

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

Attributes

Source
preparedstatement.scala
def poll[A](poll: Any, fa: PreparedStatementIO[A]): F[A]

Attributes

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

Attributes

Source
preparedstatement.scala
def raw[A](f: PreparedStatement => A): F[A]

Attributes

Source
preparedstatement.scala
def realTime: F[FiniteDuration]

Attributes

Source
preparedstatement.scala
def setArray(a: Int, b: Array): F[Unit]

Attributes

Source
preparedstatement.scala
def setAsciiStream(a: Int, b: InputStream): F[Unit]

Attributes

Source
preparedstatement.scala
def setAsciiStream(a: Int, b: InputStream, c: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setAsciiStream(a: Int, b: InputStream, c: Long): F[Unit]

Attributes

Source
preparedstatement.scala
def setBigDecimal(a: Int, b: BigDecimal): F[Unit]

Attributes

Source
preparedstatement.scala
def setBinaryStream(a: Int, b: InputStream): F[Unit]

Attributes

Source
preparedstatement.scala
def setBinaryStream(a: Int, b: InputStream, c: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setBinaryStream(a: Int, b: InputStream, c: Long): F[Unit]

Attributes

Source
preparedstatement.scala
def setBlob(a: Int, b: Blob): F[Unit]

Attributes

Source
preparedstatement.scala
def setBlob(a: Int, b: InputStream): F[Unit]

Attributes

Source
preparedstatement.scala
def setBlob(a: Int, b: InputStream, c: Long): F[Unit]

Attributes

Source
preparedstatement.scala
def setBoolean(a: Int, b: Boolean): F[Unit]

Attributes

Source
preparedstatement.scala
def setByte(a: Int, b: Byte): F[Unit]

Attributes

Source
preparedstatement.scala
def setBytes(a: Int, b: Array[Byte]): F[Unit]

Attributes

Source
preparedstatement.scala
def setCharacterStream(a: Int, b: Reader): F[Unit]

Attributes

Source
preparedstatement.scala
def setCharacterStream(a: Int, b: Reader, c: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setCharacterStream(a: Int, b: Reader, c: Long): F[Unit]

Attributes

Source
preparedstatement.scala
def setClob(a: Int, b: Clob): F[Unit]

Attributes

Source
preparedstatement.scala
def setClob(a: Int, b: Reader): F[Unit]

Attributes

Source
preparedstatement.scala
def setClob(a: Int, b: Reader, c: Long): F[Unit]

Attributes

Source
preparedstatement.scala
def setCursorName(a: String): F[Unit]

Attributes

Source
preparedstatement.scala
def setDate(a: Int, b: Date): F[Unit]

Attributes

Source
preparedstatement.scala
def setDate(a: Int, b: Date, c: Calendar): F[Unit]

Attributes

Source
preparedstatement.scala
def setDouble(a: Int, b: Double): F[Unit]

Attributes

Source
preparedstatement.scala
def setEscapeProcessing(a: Boolean): F[Unit]

Attributes

Source
preparedstatement.scala
def setFetchDirection(a: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setFetchSize(a: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setFloat(a: Int, b: Float): F[Unit]

Attributes

Source
preparedstatement.scala
def setInt(a: Int, b: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setLargeMaxRows(a: Long): F[Unit]

Attributes

Source
preparedstatement.scala
def setLong(a: Int, b: Long): F[Unit]

Attributes

Source
preparedstatement.scala
def setMaxFieldSize(a: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setMaxRows(a: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setNCharacterStream(a: Int, b: Reader): F[Unit]

Attributes

Source
preparedstatement.scala
def setNCharacterStream(a: Int, b: Reader, c: Long): F[Unit]

Attributes

Source
preparedstatement.scala
def setNClob(a: Int, b: NClob): F[Unit]

Attributes

Source
preparedstatement.scala
def setNClob(a: Int, b: Reader): F[Unit]

Attributes

Source
preparedstatement.scala
def setNClob(a: Int, b: Reader, c: Long): F[Unit]

Attributes

Source
preparedstatement.scala
def setNString(a: Int, b: String): F[Unit]

Attributes

Source
preparedstatement.scala
def setNull(a: Int, b: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setNull(a: Int, b: Int, c: String): F[Unit]

Attributes

Source
preparedstatement.scala
def setObject(a: Int, b: AnyRef): F[Unit]

Attributes

Source
preparedstatement.scala
def setObject(a: Int, b: AnyRef, c: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setObject(a: Int, b: AnyRef, c: Int, d: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setObject(a: Int, b: AnyRef, c: SQLType): F[Unit]

Attributes

Source
preparedstatement.scala
def setObject(a: Int, b: AnyRef, c: SQLType, d: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setPoolable(a: Boolean): F[Unit]

Attributes

Source
preparedstatement.scala
def setQueryTimeout(a: Int): F[Unit]

Attributes

Source
preparedstatement.scala
def setRef(a: Int, b: Ref): F[Unit]

Attributes

Source
preparedstatement.scala
def setRowId(a: Int, b: RowId): F[Unit]

Attributes

Source
preparedstatement.scala
def setSQLXML(a: Int, b: SQLXML): F[Unit]

Attributes

Source
preparedstatement.scala
def setShort(a: Int, b: Short): F[Unit]

Attributes

Source
preparedstatement.scala
def setString(a: Int, b: String): F[Unit]

Attributes

Source
preparedstatement.scala
def setTime(a: Int, b: Time): F[Unit]

Attributes

Source
preparedstatement.scala
def setTime(a: Int, b: Time, c: Calendar): F[Unit]

Attributes

Source
preparedstatement.scala
def setTimestamp(a: Int, b: Timestamp): F[Unit]

Attributes

Source
preparedstatement.scala
def setTimestamp(a: Int, b: Timestamp, c: Calendar): F[Unit]

Attributes

Source
preparedstatement.scala
def setURL(a: Int, b: URL): F[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.scala

Concrete methods

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

Applies this functor transformation from F to G

Applies this functor transformation from F to G

Attributes

Source
preparedstatement.scala

Inherited methods

def and[H[_]](h: FunctionK[PreparedStatementOp, 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, PreparedStatementOp]): 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 <: (PreparedStatementOp)]: 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