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

Type members

Classlikes

case object AddBatch extends PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

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

Attributes

Source
preparedstatement.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
case object Canceled extends PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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
preparedstatement.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 PreparedStatementOp[A]

Attributes

Source
preparedstatement.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 PreparedStatementOp[String]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[Boolean]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Boolean]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Boolean]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Boolean]

Attributes

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

Attributes

Source
preparedstatement.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
preparedstatement.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
preparedstatement.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 PreparedStatementOp[Long]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Long]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Long]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Long]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[Int]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Int]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Int]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Int]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PreparedStatementOp[Connection]
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
preparedstatement.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 PreparedStatementOp[Int]

Attributes

Source
preparedstatement.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 GetGeneratedKeys extends PreparedStatementOp[ResultSet]

Attributes

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

Attributes

Source
preparedstatement.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
preparedstatement.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 GetMaxFieldSize extends PreparedStatementOp[Int]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Int]

Attributes

Source
preparedstatement.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 PreparedStatementOp[ResultSetMetaData]

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[Boolean]

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.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 GetResultSet extends PreparedStatementOp[ResultSet]

Attributes

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

Attributes

Source
preparedstatement.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
preparedstatement.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
preparedstatement.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 GetUpdateCount extends PreparedStatementOp[Int]

Attributes

Source
preparedstatement.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 PreparedStatementOp[SQLWarning]

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[Boolean]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Boolean]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Boolean]

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.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: PreparedStatementIO[A], fin: PreparedStatementIO[Unit]) extends PreparedStatementOp[A]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.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 SetArray(a: Int, b: Array) extends PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

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

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[Unit]

Attributes

Source
preparedstatement.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 PreparedStatementOp[A]

Attributes

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

Attributes

Source
preparedstatement.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 PreparedStatementOp[T]

Attributes

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

Attributes

Source
preparedstatement.scala
Supertypes
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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

Attributes

Source
preparedstatement.scala