callablestatement

doobie.free.callablestatement

Attributes

Source
callablestatement.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Companion
trait
Source
callablestatement.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait CallableStatementOp[A]

Attributes

Companion
object
Source
callablestatement.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AddBatch.type
class AddBatch1
object Cancel.type
object Canceled.type
object ClearBatch.type
object ClearParameters.type
object ClearWarnings.type
object Close.type
object CloseOnCompletion.type
class Embed[A]
object Execute.type
class Execute1
class Execute2
class Execute3
class Execute4
object ExecuteBatch.type
object ExecuteLargeBatch.type
object ExecuteLargeUpdate.type
object ExecuteQuery.type
object ExecuteUpdate.type
class ForceR[A, B]
class GetArray
class GetArray1
class GetBlob
class GetBlob1
class GetBoolean
class GetBoolean1
class GetByte
class GetByte1
class GetBytes
class GetBytes1
class GetClob
class GetClob1
object GetConnection.type
class GetDate
class GetDate1
class GetDate2
class GetDate3
class GetDouble
class GetDouble1
object GetFetchDirection.type
object GetFetchSize.type
class GetFloat
class GetFloat1
object GetGeneratedKeys.type
class GetInt
class GetInt1
object GetLargeMaxRows.type
object GetLargeUpdateCount.type
class GetLong
class GetLong1
object GetMaxFieldSize.type
object GetMaxRows.type
object GetMetaData.type
object GetMoreResults.type
class GetNClob
class GetNClob1
class GetNString
class GetNString1
class GetObject
class GetObject1[T]
class GetObject2
class GetObject3
class GetObject4[T]
class GetObject5
object GetParameterMetaData.type
object GetQueryTimeout.type
class GetRef
class GetRef1
object GetResultSet.type
object GetResultSetType.type
class GetRowId
class GetRowId1
class GetSQLXML
class GetSQLXML1
class GetShort
class GetShort1
class GetString
class GetString1
class GetTime
class GetTime1
class GetTime2
class GetTime3
class GetTimestamp
class GetURL
class GetURL1
object GetUpdateCount.type
object GetWarnings.type
class HandleErrorWith[A]
object IsCloseOnCompletion.type
object IsClosed.type
object IsPoolable.type
class IsWrapperFor
object Monotonic.type
class OnCancel[A]
class Poll1[A]
class RaiseError[A]
class Raw[A]
object Realtime.type
class SetArray
class SetBlob
class SetBlob1
class SetBlob2
class SetBlob3
class SetBlob4
class SetBlob5
class SetBoolean
class SetBoolean1
class SetByte
class SetByte1
class SetBytes
class SetBytes1
class SetClob
class SetClob1
class SetClob2
class SetClob3
class SetClob4
class SetClob5
class SetDate
class SetDate1
class SetDate2
class SetDate3
class SetDouble
class SetDouble1
class SetFetchSize
class SetFloat
class SetFloat1
class SetInt
class SetInt1
class SetLong
class SetLong1
class SetMaxRows
class SetNClob
class SetNClob1
class SetNClob2
class SetNClob3
class SetNClob4
class SetNClob5
class SetNString
class SetNString1
class SetNull
class SetNull1
class SetNull2
class SetNull3
class SetObject
class SetObject1
class SetObject2
class SetObject3
class SetObject4
class SetObject5
class SetObject6
class SetObject7
class SetObject8
class SetObject9
class SetPoolable
class SetRef
class SetRowId
class SetRowId1
class SetSQLXML
class SetSQLXML1
class SetShort
class SetShort1
class SetString
class SetString1
class SetTime
class SetTime1
class SetTime2
class SetTime3
class SetTimestamp
class SetURL
class SetURL1
class Suspend[A]
class Uncancelable[A]
class Unwrap[T]
object WasNull.type
Show all

Types

Attributes

Source
callablestatement.scala

Value members

Concrete methods

def addBatch(a: String): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def capturePoll[M[_]](mpoll: Poll[M]): Poll[CallableStatementIO]

Attributes

Source
callablestatement.scala
def delay[A](thunk: => A): Free[CallableStatementOp, A]

Attributes

Source
callablestatement.scala
def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CallableStatementOp, A]

Attributes

Source
callablestatement.scala
def enquoteIdentifier(a: String, b: Boolean): CallableStatementIO[String]

Attributes

Source
callablestatement.scala
def enquoteLiteral(a: String): CallableStatementIO[String]

Attributes

Source
callablestatement.scala
def enquoteNCharLiteral(a: String): CallableStatementIO[String]

Attributes

Source
callablestatement.scala
def execute(a: String): CallableStatementIO[Boolean]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def executeLargeUpdate(a: String): CallableStatementIO[Long]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def executeQuery(a: String): CallableStatementIO[ResultSet]

Attributes

Source
callablestatement.scala
def executeUpdate(a: String): CallableStatementIO[Int]

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def executeUpdate(a: String, b: Int): CallableStatementIO[Int]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
def getArray(a: Int): CallableStatementIO[Array]

Attributes

Source
callablestatement.scala
def getArray(a: String): CallableStatementIO[Array]

Attributes

Source
callablestatement.scala
def getBigDecimal(a: Int): CallableStatementIO[BigDecimal]

Attributes

Source
callablestatement.scala
def getBigDecimal(a: String): CallableStatementIO[BigDecimal]

Attributes

Source
callablestatement.scala
def getBlob(a: Int): CallableStatementIO[Blob]

Attributes

Source
callablestatement.scala
def getBlob(a: String): CallableStatementIO[Blob]

Attributes

Source
callablestatement.scala
def getBoolean(a: Int): CallableStatementIO[Boolean]

Attributes

Source
callablestatement.scala
def getBoolean(a: String): CallableStatementIO[Boolean]

Attributes

Source
callablestatement.scala
def getByte(a: Int): CallableStatementIO[Byte]

Attributes

Source
callablestatement.scala
def getByte(a: String): CallableStatementIO[Byte]

Attributes

Source
callablestatement.scala
def getBytes(a: Int): CallableStatementIO[Array[Byte]]

Attributes

Source
callablestatement.scala
def getBytes(a: String): CallableStatementIO[Array[Byte]]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
def getCharacterStream(a: String): CallableStatementIO[Reader]

Attributes

Source
callablestatement.scala
def getClob(a: Int): CallableStatementIO[Clob]

Attributes

Source
callablestatement.scala
def getClob(a: String): CallableStatementIO[Clob]

Attributes

Source
callablestatement.scala
def getDate(a: Int): CallableStatementIO[Date]

Attributes

Source
callablestatement.scala
def getDate(a: Int, b: Calendar): CallableStatementIO[Date]

Attributes

Source
callablestatement.scala
def getDate(a: String): CallableStatementIO[Date]

Attributes

Source
callablestatement.scala
def getDate(a: String, b: Calendar): CallableStatementIO[Date]

Attributes

Source
callablestatement.scala
def getDouble(a: Int): CallableStatementIO[Double]

Attributes

Source
callablestatement.scala
def getDouble(a: String): CallableStatementIO[Double]

Attributes

Source
callablestatement.scala
def getFloat(a: Int): CallableStatementIO[Float]

Attributes

Source
callablestatement.scala
def getFloat(a: String): CallableStatementIO[Float]

Attributes

Source
callablestatement.scala
def getInt(a: Int): CallableStatementIO[Int]

Attributes

Source
callablestatement.scala
def getInt(a: String): CallableStatementIO[Int]

Attributes

Source
callablestatement.scala
def getLong(a: Int): CallableStatementIO[Long]

Attributes

Source
callablestatement.scala
def getLong(a: String): CallableStatementIO[Long]

Attributes

Source
callablestatement.scala
def getMoreResults(a: Int): CallableStatementIO[Boolean]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
def getNCharacterStream(a: String): CallableStatementIO[Reader]

Attributes

Source
callablestatement.scala
def getNClob(a: Int): CallableStatementIO[NClob]

Attributes

Source
callablestatement.scala
def getNClob(a: String): CallableStatementIO[NClob]

Attributes

Source
callablestatement.scala
def getNString(a: Int): CallableStatementIO[String]

Attributes

Source
callablestatement.scala
def getNString(a: String): CallableStatementIO[String]

Attributes

Source
callablestatement.scala
def getObject(a: Int): CallableStatementIO[AnyRef]

Attributes

Source
callablestatement.scala
def getObject[T](a: Int, b: Class[T]): CallableStatementIO[T]

Attributes

Source
callablestatement.scala
def getObject(a: Int, b: Map[String, Class[_]]): CallableStatementIO[AnyRef]

Attributes

Source
callablestatement.scala
def getObject(a: String): CallableStatementIO[AnyRef]

Attributes

Source
callablestatement.scala
def getObject[T](a: String, b: Class[T]): CallableStatementIO[T]

Attributes

Source
callablestatement.scala
def getObject(a: String, b: Map[String, Class[_]]): CallableStatementIO[AnyRef]

Attributes

Source
callablestatement.scala
def getRef(a: Int): CallableStatementIO[Ref]

Attributes

Source
callablestatement.scala
def getRef(a: String): CallableStatementIO[Ref]

Attributes

Source
callablestatement.scala
def getRowId(a: Int): CallableStatementIO[RowId]

Attributes

Source
callablestatement.scala
def getRowId(a: String): CallableStatementIO[RowId]

Attributes

Source
callablestatement.scala
def getSQLXML(a: Int): CallableStatementIO[SQLXML]

Attributes

Source
callablestatement.scala
def getSQLXML(a: String): CallableStatementIO[SQLXML]

Attributes

Source
callablestatement.scala
def getShort(a: Int): CallableStatementIO[Short]

Attributes

Source
callablestatement.scala
def getShort(a: String): CallableStatementIO[Short]

Attributes

Source
callablestatement.scala
def getString(a: Int): CallableStatementIO[String]

Attributes

Source
callablestatement.scala
def getString(a: String): CallableStatementIO[String]

Attributes

Source
callablestatement.scala
def getTime(a: Int): CallableStatementIO[Time]

Attributes

Source
callablestatement.scala
def getTime(a: Int, b: Calendar): CallableStatementIO[Time]

Attributes

Source
callablestatement.scala
def getTime(a: String): CallableStatementIO[Time]

Attributes

Source
callablestatement.scala
def getTime(a: String, b: Calendar): CallableStatementIO[Time]

Attributes

Source
callablestatement.scala
def getTimestamp(a: Int): CallableStatementIO[Timestamp]

Attributes

Source
callablestatement.scala
def getTimestamp(a: Int, b: Calendar): CallableStatementIO[Timestamp]

Attributes

Source
callablestatement.scala
def getTimestamp(a: String): CallableStatementIO[Timestamp]

Attributes

Source
callablestatement.scala
def getTimestamp(a: String, b: Calendar): CallableStatementIO[Timestamp]

Attributes

Source
callablestatement.scala
def getURL(a: Int): CallableStatementIO[URL]

Attributes

Source
callablestatement.scala
def getURL(a: String): CallableStatementIO[URL]

Attributes

Source
callablestatement.scala
def isSimpleIdentifier(a: String): CallableStatementIO[Boolean]

Attributes

Source
callablestatement.scala
def isWrapperFor(a: Class[_]): CallableStatementIO[Boolean]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
def pure[A](a: A): CallableStatementIO[A]

Attributes

Source
callablestatement.scala
def raiseError[A](err: Throwable): CallableStatementIO[A]

Attributes

Source
callablestatement.scala
def raw[A](f: CallableStatement => A): CallableStatementIO[A]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: Int, c: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: Int, c: String): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: SQLType): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: SQLType, c: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: Int, b: SQLType, c: String): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: Int, c: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: Int, c: String): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: SQLType): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: SQLType, c: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def registerOutParameter(a: String, b: SQLType, c: String): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setAsciiStream(a: String, b: InputStream): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setAsciiStream(a: String, b: InputStream, c: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setAsciiStream(a: String, b: InputStream, c: Long): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setBigDecimal(a: String, b: BigDecimal): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setBinaryStream(a: String, b: InputStream): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setBinaryStream(a: String, b: InputStream, c: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setBinaryStream(a: String, b: InputStream, c: Long): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setBlob(a: String, b: Blob): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setBlob(a: String, b: InputStream): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setBlob(a: String, b: InputStream, c: Long): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setBoolean(a: String, b: Boolean): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setByte(a: String, b: Byte): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setBytes(a: String, b: Array[Byte]): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setCharacterStream(a: String, b: Reader): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setCharacterStream(a: String, b: Reader, c: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setCharacterStream(a: String, b: Reader, c: Long): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setClob(a: String, b: Clob): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setClob(a: String, b: Reader): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setClob(a: String, b: Reader, c: Long): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setCursorName(a: String): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setDate(a: String, b: Date): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setDate(a: String, b: Date, c: Calendar): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setDouble(a: String, b: Double): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setEscapeProcessing(a: Boolean): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
def setFetchSize(a: Int): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setFloat(a: String, b: Float): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setInt(a: Int, b: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setInt(a: String, b: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setLargeMaxRows(a: Long): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setLong(a: String, b: Long): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
def setMaxRows(a: Int): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setNCharacterStream(a: String, b: Reader): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setNCharacterStream(a: String, b: Reader, c: Long): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setNClob(a: String, b: NClob): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setNClob(a: String, b: Reader): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setNClob(a: String, b: Reader, c: Long): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setNString(a: String, b: String): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setNull(a: Int, b: Int): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setNull(a: String, b: Int): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef, c: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef, c: Int, d: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef, c: SQLType): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setObject(a: String, b: AnyRef, c: SQLType, d: Int): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setPoolable(a: Boolean): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setRowId(a: String, b: RowId): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setSQLXML(a: String, b: SQLXML): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setShort(a: String, b: Short): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setString(a: String, b: String): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setTime(a: String, b: Time): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setTime(a: String, b: Time, c: Calendar): CallableStatementIO[Unit]

Attributes

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

Attributes

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

Attributes

Source
callablestatement.scala
def setTimestamp(a: String, b: Timestamp): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def setTimestamp(a: String, b: Timestamp, c: Calendar): CallableStatementIO[Unit]

Attributes

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

Attributes

Source
callablestatement.scala
def setURL(a: String, b: URL): CallableStatementIO[Unit]

Attributes

Source
callablestatement.scala
def suspend[A](hint: Type)(thunk: => A): Free[CallableStatementOp, A]

Attributes

Source
callablestatement.scala
def unwrap[T](a: Class[T]): CallableStatementIO[T]

Attributes

Source
callablestatement.scala

Concrete fields

Attributes

Source
callablestatement.scala
val canceled: Free[CallableStatementOp, Unit]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
val getMetaData: CallableStatementIO[ResultSetMetaData]

Attributes

Source
callablestatement.scala
val getParameterMetaData: CallableStatementIO[ParameterMetaData]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
val getWarnings: CallableStatementIO[SQLWarning]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala
val monotonic: Free[CallableStatementOp, FiniteDuration]

Attributes

Source
callablestatement.scala
val realtime: Free[CallableStatementOp, FiniteDuration]

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala

Attributes

Source
callablestatement.scala

Implicits

Implicits

implicit def MonoidCallableStatementIO[A](implicit M: Monoid[A]): Monoid[CallableStatementIO[A]]

Attributes

Source
callablestatement.scala