doobie.free.callablestatement.CallableStatementOp
See theCallableStatementOp companion trait
object CallableStatementOp
Attributes
- Companion
- trait
- Source
- callablestatement.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CallableStatementOp.type
Members list
Type members
Classlikes
case object AddBatch extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
AddBatch.type
final case class AddBatch1(a: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
case object Cancel extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
Cancel.type
case class Cancelable[A](fa: CallableStatementIO[A], fin: CallableStatementIO[Unit]) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
case object Canceled extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
Canceled.type
case object ClearBatch extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
ClearBatch.type
case object ClearParameters extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
ClearParameters.type
case object ClearWarnings extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
ClearWarnings.type
case object Close extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
Close.type
case object CloseOnCompletion extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
- Self type
-
CloseOnCompletion.type
final case class Embed[A](e: Embedded[A]) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
final case class EnquoteIdentifier(a: String, b: Boolean) extends CallableStatementOp[String]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[String]class Objecttrait Matchableclass AnyShow all
final case class EnquoteLiteral(a: String) extends CallableStatementOp[String]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[String]class Objecttrait Matchableclass AnyShow all
final case class EnquoteNCharLiteral(a: String) extends CallableStatementOp[String]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[String]class Objecttrait Matchableclass AnyShow all
case object Execute extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
Execute.type
final case class Execute1(a: String) extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
final case class Execute2(a: String, b: Array[Int]) extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
final case class Execute3(a: String, b: Array[String]) extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
final case class Execute4(a: String, b: Int) extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
case object ExecuteBatch extends CallableStatementOp[Array[Int]]
Attributes
- Source
- callablestatement.scala
- Supertypes
- Self type
-
ExecuteBatch.type
case object ExecuteLargeBatch extends CallableStatementOp[Array[Long]]
Attributes
- Source
- callablestatement.scala
- Supertypes
- Self type
-
ExecuteLargeBatch.type
case object ExecuteLargeUpdate extends CallableStatementOp[Long]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Long]class Objecttrait Matchableclass AnyShow all
- Self type
-
ExecuteLargeUpdate.type
final case class ExecuteLargeUpdate1(a: String) extends CallableStatementOp[Long]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Long]class Objecttrait Matchableclass AnyShow all
final case class ExecuteLargeUpdate2(a: String, b: Array[Int]) extends CallableStatementOp[Long]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Long]class Objecttrait Matchableclass AnyShow all
final case class ExecuteLargeUpdate3(a: String, b: Array[String]) extends CallableStatementOp[Long]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Long]class Objecttrait Matchableclass AnyShow all
final case class ExecuteLargeUpdate4(a: String, b: Int) extends CallableStatementOp[Long]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Long]class Objecttrait Matchableclass AnyShow all
case object ExecuteQuery extends CallableStatementOp[ResultSet]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[ResultSet]class Objecttrait Matchableclass AnyShow all
- Self type
-
ExecuteQuery.type
final case class ExecuteQuery1(a: String) extends CallableStatementOp[ResultSet]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[ResultSet]class Objecttrait Matchableclass AnyShow all
case object ExecuteUpdate extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
ExecuteUpdate.type
final case class ExecuteUpdate1(a: String) extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
final case class ExecuteUpdate2(a: String, b: Array[Int]) extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
final case class ExecuteUpdate3(a: String, b: Array[String]) extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
final case class ExecuteUpdate4(a: String, b: Int) extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
case class ForceR[A, B](fa: CallableStatementIO[A], fb: CallableStatementIO[B]) extends CallableStatementOp[B]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[B]class Objecttrait Matchableclass AnyShow all
case class FromFuture[A](fut: CallableStatementIO[Future[A]]) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
case class FromFutureCancelable[A](fut: CallableStatementIO[(Future[A], CallableStatementIO[Unit])]) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
final case class GetArray(a: Int) extends CallableStatementOp[Array]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Array]class Objecttrait Matchableclass AnyShow all
final case class GetArray1(a: String) extends CallableStatementOp[Array]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Array]class Objecttrait Matchableclass AnyShow all
final case class GetBigDecimal(a: Int) extends CallableStatementOp[BigDecimal]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[BigDecimal]class Objecttrait Matchableclass AnyShow all
final case class GetBigDecimal1(a: String) extends CallableStatementOp[BigDecimal]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[BigDecimal]class Objecttrait Matchableclass AnyShow all
final case class GetBlob(a: Int) extends CallableStatementOp[Blob]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Blob]class Objecttrait Matchableclass AnyShow all
final case class GetBlob1(a: String) extends CallableStatementOp[Blob]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Blob]class Objecttrait Matchableclass AnyShow all
final case class GetBoolean(a: Int) extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
final case class GetBoolean1(a: String) extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
final case class GetByte(a: Int) extends CallableStatementOp[Byte]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Byte]class Objecttrait Matchableclass AnyShow all
final case class GetByte1(a: String) extends CallableStatementOp[Byte]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Byte]class Objecttrait Matchableclass AnyShow all
final case class GetBytes(a: Int) extends CallableStatementOp[Array[Byte]]
Attributes
- Source
- callablestatement.scala
- Supertypes
final case class GetBytes1(a: String) extends CallableStatementOp[Array[Byte]]
Attributes
- Source
- callablestatement.scala
- Supertypes
final case class GetCharacterStream(a: Int) extends CallableStatementOp[Reader]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Reader]class Objecttrait Matchableclass AnyShow all
final case class GetCharacterStream1(a: String) extends CallableStatementOp[Reader]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Reader]class Objecttrait Matchableclass AnyShow all
final case class GetClob(a: Int) extends CallableStatementOp[Clob]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Clob]class Objecttrait Matchableclass AnyShow all
final case class GetClob1(a: String) extends CallableStatementOp[Clob]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Clob]class Objecttrait Matchableclass AnyShow all
case object GetConnection extends CallableStatementOp[Connection]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Connection]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetConnection.type
final case class GetDate(a: Int) extends CallableStatementOp[Date]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Date]class Objecttrait Matchableclass AnyShow all
final case class GetDate1(a: Int, b: Calendar) extends CallableStatementOp[Date]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Date]class Objecttrait Matchableclass AnyShow all
final case class GetDate2(a: String) extends CallableStatementOp[Date]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Date]class Objecttrait Matchableclass AnyShow all
final case class GetDate3(a: String, b: Calendar) extends CallableStatementOp[Date]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Date]class Objecttrait Matchableclass AnyShow all
final case class GetDouble(a: Int) extends CallableStatementOp[Double]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Double]class Objecttrait Matchableclass AnyShow all
final case class GetDouble1(a: String) extends CallableStatementOp[Double]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Double]class Objecttrait Matchableclass AnyShow all
case object GetFetchDirection extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetFetchDirection.type
case object GetFetchSize extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetFetchSize.type
final case class GetFloat(a: Int) extends CallableStatementOp[Float]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Float]class Objecttrait Matchableclass AnyShow all
final case class GetFloat1(a: String) extends CallableStatementOp[Float]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Float]class Objecttrait Matchableclass AnyShow all
case object GetGeneratedKeys extends CallableStatementOp[ResultSet]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[ResultSet]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetGeneratedKeys.type
final case class GetInt(a: Int) extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
final case class GetInt1(a: String) extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
case object GetLargeMaxRows extends CallableStatementOp[Long]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Long]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetLargeMaxRows.type
case object GetLargeUpdateCount extends CallableStatementOp[Long]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Long]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetLargeUpdateCount.type
final case class GetLong(a: Int) extends CallableStatementOp[Long]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Long]class Objecttrait Matchableclass AnyShow all
final case class GetLong1(a: String) extends CallableStatementOp[Long]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Long]class Objecttrait Matchableclass AnyShow all
case object GetMaxFieldSize extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetMaxFieldSize.type
case object GetMaxRows extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetMaxRows.type
case object GetMetaData extends CallableStatementOp[ResultSetMetaData]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[ResultSetMetaData]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetMetaData.type
case object GetMoreResults extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetMoreResults.type
final case class GetMoreResults1(a: Int) extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
final case class GetNCharacterStream(a: Int) extends CallableStatementOp[Reader]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Reader]class Objecttrait Matchableclass AnyShow all
final case class GetNCharacterStream1(a: String) extends CallableStatementOp[Reader]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Reader]class Objecttrait Matchableclass AnyShow all
final case class GetNClob(a: Int) extends CallableStatementOp[NClob]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[NClob]class Objecttrait Matchableclass AnyShow all
final case class GetNClob1(a: String) extends CallableStatementOp[NClob]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[NClob]class Objecttrait Matchableclass AnyShow all
final case class GetNString(a: Int) extends CallableStatementOp[String]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[String]class Objecttrait Matchableclass AnyShow all
final case class GetNString1(a: String) extends CallableStatementOp[String]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[String]class Objecttrait Matchableclass AnyShow all
final case class GetObject(a: Int) extends CallableStatementOp[AnyRef]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[AnyRef]class Objecttrait Matchableclass AnyShow all
final case class GetObject1[T](a: Int, b: Class[T]) extends CallableStatementOp[T]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[T]class Objecttrait Matchableclass AnyShow all
final case class GetObject2(a: Int, b: Map[String, Class[_]]) extends CallableStatementOp[AnyRef]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[AnyRef]class Objecttrait Matchableclass AnyShow all
final case class GetObject3(a: String) extends CallableStatementOp[AnyRef]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[AnyRef]class Objecttrait Matchableclass AnyShow all
final case class GetObject4[T](a: String, b: Class[T]) extends CallableStatementOp[T]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[T]class Objecttrait Matchableclass AnyShow all
final case class GetObject5(a: String, b: Map[String, Class[_]]) extends CallableStatementOp[AnyRef]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[AnyRef]class Objecttrait Matchableclass AnyShow all
case object GetParameterMetaData extends CallableStatementOp[ParameterMetaData]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[ParameterMetaData]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetParameterMetaData.type
case object GetQueryTimeout extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetQueryTimeout.type
final case class GetRef(a: Int) extends CallableStatementOp[Ref]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Ref]class Objecttrait Matchableclass AnyShow all
final case class GetRef1(a: String) extends CallableStatementOp[Ref]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Ref]class Objecttrait Matchableclass AnyShow all
case object GetResultSet extends CallableStatementOp[ResultSet]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[ResultSet]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetResultSet.type
case object GetResultSetConcurrency extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
case object GetResultSetHoldability extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
case object GetResultSetType extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetResultSetType.type
final case class GetRowId(a: Int) extends CallableStatementOp[RowId]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[RowId]class Objecttrait Matchableclass AnyShow all
final case class GetRowId1(a: String) extends CallableStatementOp[RowId]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[RowId]class Objecttrait Matchableclass AnyShow all
final case class GetSQLXML(a: Int) extends CallableStatementOp[SQLXML]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[SQLXML]class Objecttrait Matchableclass AnyShow all
final case class GetSQLXML1(a: String) extends CallableStatementOp[SQLXML]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[SQLXML]class Objecttrait Matchableclass AnyShow all
final case class GetShort(a: Int) extends CallableStatementOp[Short]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Short]class Objecttrait Matchableclass AnyShow all
final case class GetShort1(a: String) extends CallableStatementOp[Short]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Short]class Objecttrait Matchableclass AnyShow all
final case class GetString(a: Int) extends CallableStatementOp[String]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[String]class Objecttrait Matchableclass AnyShow all
final case class GetString1(a: String) extends CallableStatementOp[String]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[String]class Objecttrait Matchableclass AnyShow all
final case class GetTime(a: Int) extends CallableStatementOp[Time]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Time]class Objecttrait Matchableclass AnyShow all
final case class GetTime1(a: Int, b: Calendar) extends CallableStatementOp[Time]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Time]class Objecttrait Matchableclass AnyShow all
final case class GetTime2(a: String) extends CallableStatementOp[Time]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Time]class Objecttrait Matchableclass AnyShow all
final case class GetTime3(a: String, b: Calendar) extends CallableStatementOp[Time]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Time]class Objecttrait Matchableclass AnyShow all
final case class GetTimestamp(a: Int) extends CallableStatementOp[Timestamp]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Timestamp]class Objecttrait Matchableclass AnyShow all
final case class GetTimestamp1(a: Int, b: Calendar) extends CallableStatementOp[Timestamp]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Timestamp]class Objecttrait Matchableclass AnyShow all
final case class GetTimestamp2(a: String) extends CallableStatementOp[Timestamp]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Timestamp]class Objecttrait Matchableclass AnyShow all
final case class GetTimestamp3(a: String, b: Calendar) extends CallableStatementOp[Timestamp]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Timestamp]class Objecttrait Matchableclass AnyShow all
final case class GetURL(a: Int) extends CallableStatementOp[URL]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[URL]class Objecttrait Matchableclass AnyShow all
final case class GetURL1(a: String) extends CallableStatementOp[URL]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[URL]class Objecttrait Matchableclass AnyShow all
case object GetUpdateCount extends CallableStatementOp[Int]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetUpdateCount.type
case object GetWarnings extends CallableStatementOp[SQLWarning]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[SQLWarning]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetWarnings.type
final case class HandleErrorWith[A](fa: CallableStatementIO[A], f: Throwable => CallableStatementIO[A]) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
case object IsCloseOnCompletion extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
IsCloseOnCompletion.type
case object IsClosed extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
IsClosed.type
case object IsPoolable extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
IsPoolable.type
final case class IsSimpleIdentifier(a: String) extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
final case class IsWrapperFor(a: Class[_]) extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
case object Monotonic extends CallableStatementOp[FiniteDuration]
Attributes
- Source
- callablestatement.scala
- Supertypes
- Self type
-
Monotonic.type
case class OnCancel[A](fa: CallableStatementIO[A], fin: CallableStatementIO[Unit]) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
case class PerformLogging(event: LogEvent) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
case class Poll1[A](poll: Any, fa: CallableStatementIO[A]) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
final case class RaiseError[A](e: Throwable) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
final case class Raw[A](f: CallableStatement => A) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
case object Realtime extends CallableStatementOp[FiniteDuration]
Attributes
- Source
- callablestatement.scala
- Supertypes
- Self type
-
Realtime.type
final case class RegisterOutParameter(a: Int, b: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter1(a: Int, b: Int, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter10(a: String, b: SQLType, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter11(a: String, b: SQLType, c: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter2(a: Int, b: Int, c: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter3(a: Int, b: SQLType) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter4(a: Int, b: SQLType, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter5(a: Int, b: SQLType, c: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter6(a: String, b: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter7(a: String, b: Int, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter8(a: String, b: Int, c: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class RegisterOutParameter9(a: String, b: SQLType) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetArray(a: Int, b: Array) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetAsciiStream(a: Int, b: InputStream) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetAsciiStream1(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetAsciiStream2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetAsciiStream3(a: String, b: InputStream) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetAsciiStream4(a: String, b: InputStream, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetAsciiStream5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBigDecimal(a: Int, b: BigDecimal) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBigDecimal1(a: String, b: BigDecimal) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBinaryStream(a: Int, b: InputStream) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBinaryStream1(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBinaryStream2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBinaryStream3(a: String, b: InputStream) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBinaryStream4(a: String, b: InputStream, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBinaryStream5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBlob(a: Int, b: Blob) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBlob1(a: Int, b: InputStream) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBlob2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBlob3(a: String, b: Blob) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBlob4(a: String, b: InputStream) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBlob5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBoolean(a: Int, b: Boolean) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBoolean1(a: String, b: Boolean) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetByte(a: Int, b: Byte) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetByte1(a: String, b: Byte) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetBytes1(a: String, b: Array[Byte]) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetCharacterStream(a: Int, b: Reader) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetCharacterStream1(a: Int, b: Reader, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetCharacterStream2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetCharacterStream3(a: String, b: Reader) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetCharacterStream4(a: String, b: Reader, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetCharacterStream5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetClob(a: Int, b: Clob) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetClob1(a: Int, b: Reader) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetClob2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetClob3(a: String, b: Clob) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetClob4(a: String, b: Reader) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetClob5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetCursorName(a: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetDate(a: Int, b: Date) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetDate1(a: Int, b: Date, c: Calendar) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetDate2(a: String, b: Date) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetDate3(a: String, b: Date, c: Calendar) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetDouble(a: Int, b: Double) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetDouble1(a: String, b: Double) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetEscapeProcessing(a: Boolean) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetFetchDirection(a: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetFetchSize(a: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetFloat(a: Int, b: Float) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetFloat1(a: String, b: Float) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetInt(a: Int, b: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetInt1(a: String, b: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetLargeMaxRows(a: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetLong(a: Int, b: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetLong1(a: String, b: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetMaxFieldSize(a: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetMaxRows(a: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNCharacterStream(a: Int, b: Reader) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNCharacterStream1(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNCharacterStream2(a: String, b: Reader) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNCharacterStream3(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNClob(a: Int, b: NClob) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNClob1(a: Int, b: Reader) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNClob2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNClob3(a: String, b: NClob) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNClob4(a: String, b: Reader) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNClob5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNString(a: Int, b: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNString1(a: String, b: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNull(a: Int, b: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNull1(a: Int, b: Int, c: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNull2(a: String, b: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetNull3(a: String, b: Int, c: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject(a: Int, b: AnyRef) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject1(a: Int, b: AnyRef, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject2(a: Int, b: AnyRef, c: Int, d: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject3(a: Int, b: AnyRef, c: SQLType) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject4(a: Int, b: AnyRef, c: SQLType, d: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject5(a: String, b: AnyRef) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject6(a: String, b: AnyRef, c: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject7(a: String, b: AnyRef, c: Int, d: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject8(a: String, b: AnyRef, c: SQLType) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetObject9(a: String, b: AnyRef, c: SQLType, d: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetPoolable(a: Boolean) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetQueryTimeout(a: Int) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetRef(a: Int, b: Ref) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetRowId(a: Int, b: RowId) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetRowId1(a: String, b: RowId) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetSQLXML(a: Int, b: SQLXML) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetSQLXML1(a: String, b: SQLXML) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetShort(a: Int, b: Short) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetShort1(a: String, b: Short) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetString(a: Int, b: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetString1(a: String, b: String) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetTime(a: Int, b: Time) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetTime1(a: Int, b: Time, c: Calendar) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetTime2(a: String, b: Time) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetTime3(a: String, b: Time, c: Calendar) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetTimestamp(a: Int, b: Timestamp) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetTimestamp1(a: Int, b: Timestamp, c: Calendar) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetTimestamp2(a: String, b: Timestamp) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetTimestamp3(a: String, b: Timestamp, c: Calendar) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetURL(a: Int, b: URL) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
final case class SetURL1(a: String, b: URL) extends CallableStatementOp[Unit]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[Unit]class Objecttrait Matchableclass AnyShow all
case class Suspend[A](hint: Type, thunk: () => A) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
case class Uncancelable[A](body: (Poll[CallableStatementIO]) => CallableStatementIO[A]) extends CallableStatementOp[A]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[A]class Objecttrait Matchableclass AnyShow all
final case class Unwrap[T](a: Class[T]) extends CallableStatementOp[T]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CallableStatementOp[T]class Objecttrait Matchableclass AnyShow all
trait Visitor[F[_]] extends FunctionK[CallableStatementOp, F]
Attributes
- Source
- callablestatement.scala
- Supertypes
- Known subtypes
case object WasNull extends CallableStatementOp[Boolean]
Attributes
- Source
- callablestatement.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CallableStatementOp[Boolean]class Objecttrait Matchableclass AnyShow all
- Self type
-
WasNull.type
Inherited and Abstract types
The names of the product elements
The name of the type
Implicits
Implicits
Attributes
- Source
- callablestatement.scala
In this article