PreparedStatementOp

doobie.free.preparedstatement$.PreparedStatementOp$
See thePreparedStatementOp companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case object AddBatch extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
final case class AddBatch1(a: String) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Cancel extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Cancel.type
case object Canceled extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object ClearBatch extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object ClearParameters extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object ClearWarnings extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object Close extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Close.type
case object CloseOnCompletion extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class EnquoteIdentifier(a: String, b: Boolean) extends PreparedStatementOp[String]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[String]
class Object
trait Matchable
class Any
final case class EnquoteLiteral(a: String) extends PreparedStatementOp[String]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[String]
class Object
trait Matchable
class Any
final case class EnquoteNCharLiteral(a: String) extends PreparedStatementOp[String]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[String]
class Object
trait Matchable
class Any
case object Execute extends PreparedStatementOp[Boolean]

Attributes

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

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
final case class Execute3(a: String, b: Array[String]) extends PreparedStatementOp[Boolean]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
final case class Execute4(a: String, b: Int) extends PreparedStatementOp[Boolean]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
case object ExecuteBatch extends PreparedStatementOp[Array[Int]]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Array[Int]]
class Object
trait Matchable
class Any
Self type
case object ExecuteLargeBatch extends PreparedStatementOp[Array[Long]]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Array[Long]]
class Object
trait Matchable
class Any
Self type
case object ExecuteLargeUpdate extends PreparedStatementOp[Long]

Attributes

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

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ExecuteLargeUpdate3(a: String, b: Array[String]) extends PreparedStatementOp[Long]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ExecuteLargeUpdate4(a: String, b: Int) extends PreparedStatementOp[Long]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object ExecuteQuery extends PreparedStatementOp[ResultSet]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[ResultSet]
class Object
trait Matchable
class Any
case object ExecuteUpdate extends PreparedStatementOp[Int]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ExecuteUpdate2(a: String, b: Array[Int]) extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ExecuteUpdate3(a: String, b: Array[String]) extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ExecuteUpdate4(a: String, b: Int) extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ForceR[A, B](fa: PreparedStatementIO[A], fb: PreparedStatementIO[B]) extends PreparedStatementOp[B]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object GetConnection extends PreparedStatementOp[Connection]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Connection]
class Object
trait Matchable
class Any
Self type
case object GetFetchDirection extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetFetchSize extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetGeneratedKeys extends PreparedStatementOp[ResultSet]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[ResultSet]
class Object
trait Matchable
class Any
Self type
case object GetLargeMaxRows extends PreparedStatementOp[Long]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetLargeUpdateCount extends PreparedStatementOp[Long]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetMaxFieldSize extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetMaxRows extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetMetaData extends PreparedStatementOp[ResultSetMetaData]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[ResultSetMetaData]
class Object
trait Matchable
class Any
Self type
case object GetMoreResults extends PreparedStatementOp[Boolean]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
case object GetParameterMetaData extends PreparedStatementOp[ParameterMetaData]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[ParameterMetaData]
class Object
trait Matchable
class Any
Self type
case object GetQueryTimeout extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetResultSet extends PreparedStatementOp[ResultSet]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[ResultSet]
class Object
trait Matchable
class Any
Self type

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetResultSetType extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetUpdateCount extends PreparedStatementOp[Int]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object GetWarnings extends PreparedStatementOp[SQLWarning]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[SQLWarning]
class Object
trait Matchable
class Any
Self type
final case class HandleErrorWith[A](fa: PreparedStatementIO[A], f: Throwable => PreparedStatementIO[A]) extends PreparedStatementOp[A]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object IsCloseOnCompletion extends PreparedStatementOp[Boolean]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
Self type
case object IsClosed extends PreparedStatementOp[Boolean]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
Self type
case object IsPoolable extends PreparedStatementOp[Boolean]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
Self type
final case class IsSimpleIdentifier(a: String) extends PreparedStatementOp[Boolean]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
final case class IsWrapperFor(a: Class[_]) extends PreparedStatementOp[Boolean]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Boolean]
class Object
trait Matchable
class Any
case object Monotonic extends PreparedStatementOp[FiniteDuration]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[FiniteDuration]
class Object
trait Matchable
class Any
Self type
final case class OnCancel[A](fa: PreparedStatementIO[A], fin: PreparedStatementIO[Unit]) extends PreparedStatementOp[A]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Poll1[A](poll: Any, fa: PreparedStatementIO[A]) extends PreparedStatementOp[A]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class RaiseError[A](e: Throwable) extends PreparedStatementOp[A]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Raw[A](f: PreparedStatement => A) extends PreparedStatementOp[A]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Realtime extends PreparedStatementOp[FiniteDuration]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[FiniteDuration]
class Object
trait Matchable
class Any
Self type
final case class SetArray(a: Int, b: Array) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetAsciiStream(a: Int, b: InputStream) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetBigDecimal(a: Int, b: BigDecimal) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetBinaryStream(a: Int, b: InputStream) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetBlob(a: Int, b: Blob) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetBlob1(a: Int, b: InputStream) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetBoolean(a: Int, b: Boolean) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetByte(a: Int, b: Byte) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetCharacterStream(a: Int, b: Reader) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetClob(a: Int, b: Clob) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetClob1(a: Int, b: Reader) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetCursorName(a: String) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetDate(a: Int, b: Date) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetDouble(a: Int, b: Double) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetEscapeProcessing(a: Boolean) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetFetchDirection(a: Int) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetFetchSize(a: Int) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetFloat(a: Int, b: Float) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetInt(a: Int, b: Int) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetLargeMaxRows(a: Long) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetLong(a: Int, b: Long) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetMaxFieldSize(a: Int) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetMaxRows(a: Int) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetNCharacterStream(a: Int, b: Reader) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetNClob(a: Int, b: NClob) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetNClob1(a: Int, b: Reader) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetNString(a: Int, b: String) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetNull(a: Int, b: Int) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetObject(a: Int, b: AnyRef) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetPoolable(a: Boolean) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetQueryTimeout(a: Int) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetRef(a: Int, b: Ref) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetRowId(a: Int, b: RowId) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetSQLXML(a: Int, b: SQLXML) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetShort(a: Int, b: Short) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetString(a: Int, b: String) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetTime(a: Int, b: Time) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetTimestamp(a: Int, b: Timestamp) extends PreparedStatementOp[Unit]

Attributes

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

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class SetURL(a: Int, b: URL) extends PreparedStatementOp[Unit]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Suspend[A](hint: Type, thunk: () => A) extends PreparedStatementOp[A]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Uncancelable[A](body: Poll[PreparedStatementIO] => PreparedStatementIO[A]) extends PreparedStatementOp[A]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Unwrap[T](a: Class[T]) extends PreparedStatementOp[T]

Attributes

Source:
preparedstatement.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
trait Visitor[F[_]] extends FunctionK[PreparedStatementOp, F]

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits