CallableStatementOp

doobie.free.callablestatement.CallableStatementOp
See theCallableStatementOp companion trait

Attributes

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

Members list

Type members

Classlikes

case object AddBatch extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
AddBatch.type
final case class AddBatch1(a: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Cancel extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Cancel.type

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Canceled extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Canceled.type
case object ClearBatch extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ClearBatch.type

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object ClearWarnings extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Close extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Close.type

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class Embed[A](e: Embedded[A]) extends CallableStatementOp[A]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class EnquoteIdentifier(a: String, b: Boolean) extends CallableStatementOp[String]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[String]
class Object
trait Matchable
class Any
Show all
final case class EnquoteLiteral(a: String) extends CallableStatementOp[String]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[String]
class Object
trait Matchable
class Any
Show all
final case class EnquoteNCharLiteral(a: String) extends CallableStatementOp[String]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[String]
class Object
trait Matchable
class Any
Show all
case object Execute extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Execute.type
final case class Execute1(a: String) extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Execute2(a: String, b: Array[Int]) extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Execute3(a: String, b: Array[String]) extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Execute4(a: String, b: Int) extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object ExecuteBatch extends CallableStatementOp[Array[Int]]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class ExecuteLargeUpdate1(a: String) extends CallableStatementOp[Long]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ExecuteLargeUpdate2(a: String, b: Array[Int]) extends CallableStatementOp[Long]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ExecuteLargeUpdate3(a: String, b: Array[String]) extends CallableStatementOp[Long]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ExecuteLargeUpdate4(a: String, b: Int) extends CallableStatementOp[Long]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object ExecuteQuery extends CallableStatementOp[ResultSet]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[ResultSet]
class Object
trait Matchable
class Any
Show all
Self type
final case class ExecuteQuery1(a: String) extends CallableStatementOp[ResultSet]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[ResultSet]
class Object
trait Matchable
class Any
Show all
case object ExecuteUpdate extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class ExecuteUpdate1(a: String) extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ExecuteUpdate2(a: String, b: Array[Int]) extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ExecuteUpdate3(a: String, b: Array[String]) extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ExecuteUpdate4(a: String, b: Int) extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ForceR[A, B](fa: CallableStatementIO[A], fb: CallableStatementIO[B]) extends CallableStatementOp[B]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class FromFuture[A](fut: CallableStatementIO[Future[A]]) extends CallableStatementOp[A]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetArray(a: Int) extends CallableStatementOp[Array]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Array]
class Object
trait Matchable
class Any
Show all
final case class GetArray1(a: String) extends CallableStatementOp[Array]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Array]
class Object
trait Matchable
class Any
Show all
final case class GetBigDecimal(a: Int) extends CallableStatementOp[BigDecimal]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[BigDecimal]
class Object
trait Matchable
class Any
Show all
final case class GetBigDecimal1(a: String) extends CallableStatementOp[BigDecimal]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[BigDecimal]
class Object
trait Matchable
class Any
Show all
final case class GetBlob(a: Int) extends CallableStatementOp[Blob]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Blob]
class Object
trait Matchable
class Any
Show all
final case class GetBlob1(a: String) extends CallableStatementOp[Blob]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Blob]
class Object
trait Matchable
class Any
Show all
final case class GetBoolean(a: Int) extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetBoolean1(a: String) extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetByte(a: Int) extends CallableStatementOp[Byte]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetByte1(a: String) extends CallableStatementOp[Byte]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetBytes(a: Int) extends CallableStatementOp[Array[Byte]]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetBytes1(a: String) extends CallableStatementOp[Array[Byte]]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetCharacterStream(a: Int) extends CallableStatementOp[Reader]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Reader]
class Object
trait Matchable
class Any
Show all
final case class GetCharacterStream1(a: String) extends CallableStatementOp[Reader]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Reader]
class Object
trait Matchable
class Any
Show all
final case class GetClob(a: Int) extends CallableStatementOp[Clob]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Clob]
class Object
trait Matchable
class Any
Show all
final case class GetClob1(a: String) extends CallableStatementOp[Clob]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Clob]
class Object
trait Matchable
class Any
Show all
case object GetConnection extends CallableStatementOp[Connection]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Connection]
class Object
trait Matchable
class Any
Show all
Self type
final case class GetDate(a: Int) extends CallableStatementOp[Date]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Date]
class Object
trait Matchable
class Any
Show all
final case class GetDate1(a: Int, b: Calendar) extends CallableStatementOp[Date]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Date]
class Object
trait Matchable
class Any
Show all
final case class GetDate2(a: String) extends CallableStatementOp[Date]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Date]
class Object
trait Matchable
class Any
Show all
final case class GetDate3(a: String, b: Calendar) extends CallableStatementOp[Date]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Date]
class Object
trait Matchable
class Any
Show all
final case class GetDouble(a: Int) extends CallableStatementOp[Double]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetDouble1(a: String) extends CallableStatementOp[Double]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object GetFetchSize extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class GetFloat(a: Int) extends CallableStatementOp[Float]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetFloat1(a: String) extends CallableStatementOp[Float]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object GetGeneratedKeys extends CallableStatementOp[ResultSet]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[ResultSet]
class Object
trait Matchable
class Any
Show all
Self type
final case class GetInt(a: Int) extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetInt1(a: String) extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class GetLong(a: Int) extends CallableStatementOp[Long]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetLong1(a: String) extends CallableStatementOp[Long]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object GetMaxFieldSize extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object GetMaxRows extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
GetMaxRows.type
case object GetMetaData extends CallableStatementOp[ResultSetMetaData]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[ResultSetMetaData]
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class GetMoreResults1(a: Int) extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetNCharacterStream(a: Int) extends CallableStatementOp[Reader]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Reader]
class Object
trait Matchable
class Any
Show all
final case class GetNCharacterStream1(a: String) extends CallableStatementOp[Reader]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Reader]
class Object
trait Matchable
class Any
Show all
final case class GetNClob(a: Int) extends CallableStatementOp[NClob]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[NClob]
class Object
trait Matchable
class Any
Show all
final case class GetNClob1(a: String) extends CallableStatementOp[NClob]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[NClob]
class Object
trait Matchable
class Any
Show all
final case class GetNString(a: Int) extends CallableStatementOp[String]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[String]
class Object
trait Matchable
class Any
Show all
final case class GetNString1(a: String) extends CallableStatementOp[String]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[String]
class Object
trait Matchable
class Any
Show all
final case class GetObject(a: Int) extends CallableStatementOp[AnyRef]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[AnyRef]
class Object
trait Matchable
class Any
Show all
final case class GetObject1[T](a: Int, b: Class[T]) extends CallableStatementOp[T]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetObject2(a: Int, b: Map[String, Class[_]]) extends CallableStatementOp[AnyRef]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[AnyRef]
class Object
trait Matchable
class Any
Show all
final case class GetObject3(a: String) extends CallableStatementOp[AnyRef]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[AnyRef]
class Object
trait Matchable
class Any
Show all
final case class GetObject4[T](a: String, b: Class[T]) extends CallableStatementOp[T]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetObject5(a: String, b: Map[String, Class[_]]) extends CallableStatementOp[AnyRef]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[AnyRef]
class Object
trait Matchable
class Any
Show all
case object GetParameterMetaData extends CallableStatementOp[ParameterMetaData]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[ParameterMetaData]
class Object
trait Matchable
class Any
Show all
Self type
case object GetQueryTimeout extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class GetRef(a: Int) extends CallableStatementOp[Ref]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Ref]
class Object
trait Matchable
class Any
Show all
final case class GetRef1(a: String) extends CallableStatementOp[Ref]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Ref]
class Object
trait Matchable
class Any
Show all
case object GetResultSet extends CallableStatementOp[ResultSet]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[ResultSet]
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class GetRowId(a: Int) extends CallableStatementOp[RowId]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[RowId]
class Object
trait Matchable
class Any
Show all
final case class GetRowId1(a: String) extends CallableStatementOp[RowId]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[RowId]
class Object
trait Matchable
class Any
Show all
final case class GetSQLXML(a: Int) extends CallableStatementOp[SQLXML]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[SQLXML]
class Object
trait Matchable
class Any
Show all
final case class GetSQLXML1(a: String) extends CallableStatementOp[SQLXML]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[SQLXML]
class Object
trait Matchable
class Any
Show all
final case class GetShort(a: Int) extends CallableStatementOp[Short]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetShort1(a: String) extends CallableStatementOp[Short]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GetString(a: Int) extends CallableStatementOp[String]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[String]
class Object
trait Matchable
class Any
Show all
final case class GetString1(a: String) extends CallableStatementOp[String]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[String]
class Object
trait Matchable
class Any
Show all
final case class GetTime(a: Int) extends CallableStatementOp[Time]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Time]
class Object
trait Matchable
class Any
Show all
final case class GetTime1(a: Int, b: Calendar) extends CallableStatementOp[Time]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Time]
class Object
trait Matchable
class Any
Show all
final case class GetTime2(a: String) extends CallableStatementOp[Time]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Time]
class Object
trait Matchable
class Any
Show all
final case class GetTime3(a: String, b: Calendar) extends CallableStatementOp[Time]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Time]
class Object
trait Matchable
class Any
Show all
final case class GetTimestamp(a: Int) extends CallableStatementOp[Timestamp]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Timestamp]
class Object
trait Matchable
class Any
Show all
final case class GetTimestamp1(a: Int, b: Calendar) extends CallableStatementOp[Timestamp]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Timestamp]
class Object
trait Matchable
class Any
Show all
final case class GetTimestamp2(a: String) extends CallableStatementOp[Timestamp]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Timestamp]
class Object
trait Matchable
class Any
Show all
final case class GetTimestamp3(a: String, b: Calendar) extends CallableStatementOp[Timestamp]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[Timestamp]
class Object
trait Matchable
class Any
Show all
final case class GetURL(a: Int) extends CallableStatementOp[URL]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[URL]
class Object
trait Matchable
class Any
Show all
final case class GetURL1(a: String) extends CallableStatementOp[URL]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[URL]
class Object
trait Matchable
class Any
Show all
case object GetUpdateCount extends CallableStatementOp[Int]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object GetWarnings extends CallableStatementOp[SQLWarning]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CallableStatementOp[SQLWarning]
class Object
trait Matchable
class Any
Show all
Self type
final case class HandleErrorWith[A](fa: CallableStatementIO[A], f: Throwable => CallableStatementIO[A]) extends CallableStatementOp[A]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object IsClosed extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IsClosed.type
case object IsPoolable extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IsPoolable.type
final case class IsSimpleIdentifier(a: String) extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class IsWrapperFor(a: Class[_]) extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Monotonic.type
case class OnCancel[A](fa: CallableStatementIO[A], fin: CallableStatementIO[Unit]) extends CallableStatementOp[A]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class PerformLogging(event: LogEvent) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Poll1[A](poll: Any, fa: CallableStatementIO[A]) extends CallableStatementOp[A]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RaiseError[A](e: Throwable) extends CallableStatementOp[A]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Raw[A](f: CallableStatement => A) extends CallableStatementOp[A]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Realtime.type
final case class RegisterOutParameter(a: Int, b: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter1(a: Int, b: Int, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter10(a: String, b: SQLType, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter11(a: String, b: SQLType, c: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter2(a: Int, b: Int, c: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter3(a: Int, b: SQLType) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter4(a: Int, b: SQLType, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter5(a: Int, b: SQLType, c: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter6(a: String, b: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter7(a: String, b: Int, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter8(a: String, b: Int, c: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RegisterOutParameter9(a: String, b: SQLType) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetArray(a: Int, b: Array) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetAsciiStream(a: Int, b: InputStream) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetAsciiStream1(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetAsciiStream2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetAsciiStream3(a: String, b: InputStream) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetAsciiStream4(a: String, b: InputStream, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetAsciiStream5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBigDecimal(a: Int, b: BigDecimal) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBigDecimal1(a: String, b: BigDecimal) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBinaryStream(a: Int, b: InputStream) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBinaryStream1(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBinaryStream2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBinaryStream3(a: String, b: InputStream) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBinaryStream4(a: String, b: InputStream, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBinaryStream5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBlob(a: Int, b: Blob) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBlob1(a: Int, b: InputStream) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBlob2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBlob3(a: String, b: Blob) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBlob4(a: String, b: InputStream) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBlob5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBoolean(a: Int, b: Boolean) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBoolean1(a: String, b: Boolean) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetByte(a: Int, b: Byte) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetByte1(a: String, b: Byte) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBytes(a: Int, b: Array[Byte]) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetBytes1(a: String, b: Array[Byte]) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetCharacterStream(a: Int, b: Reader) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetCharacterStream1(a: Int, b: Reader, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetCharacterStream2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetCharacterStream3(a: String, b: Reader) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetCharacterStream4(a: String, b: Reader, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetCharacterStream5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetClob(a: Int, b: Clob) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetClob1(a: Int, b: Reader) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetClob2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetClob3(a: String, b: Clob) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetClob4(a: String, b: Reader) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetClob5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetCursorName(a: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetDate(a: Int, b: Date) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetDate1(a: Int, b: Date, c: Calendar) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetDate2(a: String, b: Date) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetDate3(a: String, b: Date, c: Calendar) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetDouble(a: Int, b: Double) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetDouble1(a: String, b: Double) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetEscapeProcessing(a: Boolean) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetFetchDirection(a: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetFetchSize(a: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetFloat(a: Int, b: Float) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetFloat1(a: String, b: Float) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetInt(a: Int, b: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetInt1(a: String, b: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetLargeMaxRows(a: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetLong(a: Int, b: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetLong1(a: String, b: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetMaxFieldSize(a: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetMaxRows(a: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNCharacterStream(a: Int, b: Reader) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNCharacterStream1(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNCharacterStream2(a: String, b: Reader) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNCharacterStream3(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNClob(a: Int, b: NClob) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNClob1(a: Int, b: Reader) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNClob2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNClob3(a: String, b: NClob) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNClob4(a: String, b: Reader) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNClob5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNString(a: Int, b: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNString1(a: String, b: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNull(a: Int, b: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNull1(a: Int, b: Int, c: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNull2(a: String, b: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetNull3(a: String, b: Int, c: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject(a: Int, b: AnyRef) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject1(a: Int, b: AnyRef, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject2(a: Int, b: AnyRef, c: Int, d: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject3(a: Int, b: AnyRef, c: SQLType) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject4(a: Int, b: AnyRef, c: SQLType, d: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject5(a: String, b: AnyRef) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject6(a: String, b: AnyRef, c: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject7(a: String, b: AnyRef, c: Int, d: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject8(a: String, b: AnyRef, c: SQLType) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetObject9(a: String, b: AnyRef, c: SQLType, d: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetPoolable(a: Boolean) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetQueryTimeout(a: Int) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetRef(a: Int, b: Ref) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetRowId(a: Int, b: RowId) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetRowId1(a: String, b: RowId) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetSQLXML(a: Int, b: SQLXML) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetSQLXML1(a: String, b: SQLXML) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetShort(a: Int, b: Short) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetShort1(a: String, b: Short) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetString(a: Int, b: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetString1(a: String, b: String) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetTime(a: Int, b: Time) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetTime1(a: Int, b: Time, c: Calendar) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetTime2(a: String, b: Time) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetTime3(a: String, b: Time, c: Calendar) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetTimestamp(a: Int, b: Timestamp) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetTimestamp1(a: Int, b: Timestamp, c: Calendar) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetTimestamp2(a: String, b: Timestamp) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetTimestamp3(a: String, b: Timestamp, c: Calendar) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetURL(a: Int, b: URL) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetURL1(a: String, b: URL) extends CallableStatementOp[Unit]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Suspend[A](hint: Type, thunk: () => A) extends CallableStatementOp[A]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Unwrap[T](a: Class[T]) extends CallableStatementOp[T]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Visitor[F[_]] extends FunctionK[CallableStatementOp, F]

Attributes

Source
callablestatement.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
case object WasNull extends CallableStatementOp[Boolean]

Attributes

Source
callablestatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
WasNull.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

Attributes

Source
callablestatement.scala