object PreparedStatementOp
- Source
- preparedstatement.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PreparedStatementOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class AddBatch1(a: String) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class Async1[A](k: ((Either[Throwable, A]) => Unit) => Unit) extends PreparedStatementOp[A] with Product with Serializable
- final case class AsyncF[A](k: ((Either[Throwable, A]) => Unit) => PreparedStatementIO[Unit]) extends PreparedStatementOp[A] with Product with Serializable
- final case class BracketCase[A, B](acquire: PreparedStatementIO[A], use: (A) => PreparedStatementIO[B], release: (A, ExitCase[Throwable]) => PreparedStatementIO[Unit]) extends PreparedStatementOp[B] with Product with Serializable
- final case class Delay[A](a: () => A) extends PreparedStatementOp[A] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends PreparedStatementOp[A] with Product with Serializable
- final case class EvalOn[A](ec: ExecutionContext, fa: PreparedStatementIO[A]) extends PreparedStatementOp[A] with Product with Serializable
- final case class Execute1(a: String) extends PreparedStatementOp[Boolean] with Product with Serializable
- final case class Execute2(a: String, b: Array[Int]) extends PreparedStatementOp[Boolean] with Product with Serializable
- final case class Execute3(a: String, b: Array[String]) extends PreparedStatementOp[Boolean] with Product with Serializable
- final case class Execute4(a: String, b: Int) extends PreparedStatementOp[Boolean] with Product with Serializable
- final case class ExecuteLargeUpdate1(a: String) extends PreparedStatementOp[Long] with Product with Serializable
- final case class ExecuteLargeUpdate2(a: String, b: Array[Int]) extends PreparedStatementOp[Long] with Product with Serializable
- final case class ExecuteLargeUpdate3(a: String, b: Array[String]) extends PreparedStatementOp[Long] with Product with Serializable
- final case class ExecuteLargeUpdate4(a: String, b: Int) extends PreparedStatementOp[Long] with Product with Serializable
- final case class ExecuteQuery1(a: String) extends PreparedStatementOp[ResultSet] with Product with Serializable
- final case class ExecuteUpdate1(a: String) extends PreparedStatementOp[Int] with Product with Serializable
- final case class ExecuteUpdate2(a: String, b: Array[Int]) extends PreparedStatementOp[Int] with Product with Serializable
- final case class ExecuteUpdate3(a: String, b: Array[String]) extends PreparedStatementOp[Int] with Product with Serializable
- final case class ExecuteUpdate4(a: String, b: Int) extends PreparedStatementOp[Int] with Product with Serializable
- final case class GetMoreResults1(a: Int) extends PreparedStatementOp[Boolean] with Product with Serializable
- final case class HandleErrorWith[A](fa: PreparedStatementIO[A], f: (Throwable) => PreparedStatementIO[A]) extends PreparedStatementOp[A] with Product with Serializable
- final case class IsWrapperFor(a: Class[_]) extends PreparedStatementOp[Boolean] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends PreparedStatementOp[A] with Product with Serializable
- final case class Raw[A](f: (PreparedStatement) => A) extends PreparedStatementOp[A] with Product with Serializable
- final case class SetArray(a: Int, b: Array) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetAsciiStream(a: Int, b: InputStream) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetAsciiStream1(a: Int, b: InputStream, c: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetAsciiStream2(a: Int, b: InputStream, c: Long) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetBigDecimal(a: Int, b: BigDecimal) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetBinaryStream(a: Int, b: InputStream) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetBinaryStream1(a: Int, b: InputStream, c: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetBinaryStream2(a: Int, b: InputStream, c: Long) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetBlob(a: Int, b: Blob) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetBlob1(a: Int, b: InputStream) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetBlob2(a: Int, b: InputStream, c: Long) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetBoolean(a: Int, b: Boolean) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetByte(a: Int, b: Byte) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetBytes(a: Int, b: Array[Byte]) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetCharacterStream(a: Int, b: Reader) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetCharacterStream1(a: Int, b: Reader, c: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetCharacterStream2(a: Int, b: Reader, c: Long) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetClob(a: Int, b: Clob) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetClob1(a: Int, b: Reader) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetClob2(a: Int, b: Reader, c: Long) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetCursorName(a: String) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetDate(a: Int, b: Date) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetDate1(a: Int, b: Date, c: Calendar) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetDouble(a: Int, b: Double) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetEscapeProcessing(a: Boolean) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetFetchDirection(a: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetFetchSize(a: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetFloat(a: Int, b: Float) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetInt(a: Int, b: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetLargeMaxRows(a: Long) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetLong(a: Int, b: Long) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetMaxFieldSize(a: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetMaxRows(a: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetNCharacterStream(a: Int, b: Reader) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetNCharacterStream1(a: Int, b: Reader, c: Long) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetNClob(a: Int, b: NClob) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetNClob1(a: Int, b: Reader) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetNClob2(a: Int, b: Reader, c: Long) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetNString(a: Int, b: String) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetNull(a: Int, b: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetNull1(a: Int, b: Int, c: String) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetObject(a: Int, b: AnyRef) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetObject1(a: Int, b: AnyRef, c: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetObject2(a: Int, b: AnyRef, c: Int, d: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetObject3(a: Int, b: AnyRef, c: SQLType) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetObject4(a: Int, b: AnyRef, c: SQLType, d: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetPoolable(a: Boolean) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetQueryTimeout(a: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetRef(a: Int, b: Ref) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetRowId(a: Int, b: RowId) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetSQLXML(a: Int, b: SQLXML) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetShort(a: Int, b: Short) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetString(a: Int, b: String) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetTime(a: Int, b: Time) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetTime1(a: Int, b: Time, c: Calendar) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetTimestamp(a: Int, b: Timestamp) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetTimestamp1(a: Int, b: Timestamp, c: Calendar) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetURL(a: Int, b: URL) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class SetUnicodeStream(a: Int, b: InputStream, c: Int) extends PreparedStatementOp[Unit] with Product with Serializable
- final case class Unwrap[T](a: Class[T]) extends PreparedStatementOp[T] with Product with Serializable
- trait Visitor[F[_]] extends ~>[PreparedStatementOp, F]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val PreparedStatementOpEmbeddable: Embeddable[PreparedStatementOp, PreparedStatement]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object AddBatch extends PreparedStatementOp[Unit] with Product with Serializable
- object Cancel extends PreparedStatementOp[Unit] with Product with Serializable
- object ClearBatch extends PreparedStatementOp[Unit] with Product with Serializable
- object ClearParameters extends PreparedStatementOp[Unit] with Product with Serializable
- object ClearWarnings extends PreparedStatementOp[Unit] with Product with Serializable
- object Close extends PreparedStatementOp[Unit] with Product with Serializable
- object CloseOnCompletion extends PreparedStatementOp[Unit] with Product with Serializable
- object Execute extends PreparedStatementOp[Boolean] with Product with Serializable
- object ExecuteBatch extends PreparedStatementOp[Array[Int]] with Product with Serializable
- object ExecuteLargeBatch extends PreparedStatementOp[Array[Long]] with Product with Serializable
- object ExecuteLargeUpdate extends PreparedStatementOp[Long] with Product with Serializable
- object ExecuteQuery extends PreparedStatementOp[ResultSet] with Product with Serializable
- object ExecuteUpdate extends PreparedStatementOp[Int] with Product with Serializable
- object GetConnection extends PreparedStatementOp[Connection] with Product with Serializable
- object GetFetchDirection extends PreparedStatementOp[Int] with Product with Serializable
- object GetFetchSize extends PreparedStatementOp[Int] with Product with Serializable
- object GetGeneratedKeys extends PreparedStatementOp[ResultSet] with Product with Serializable
- object GetLargeMaxRows extends PreparedStatementOp[Long] with Product with Serializable
- object GetLargeUpdateCount extends PreparedStatementOp[Long] with Product with Serializable
- object GetMaxFieldSize extends PreparedStatementOp[Int] with Product with Serializable
- object GetMaxRows extends PreparedStatementOp[Int] with Product with Serializable
- object GetMetaData extends PreparedStatementOp[ResultSetMetaData] with Product with Serializable
- object GetMoreResults extends PreparedStatementOp[Boolean] with Product with Serializable
- object GetParameterMetaData extends PreparedStatementOp[ParameterMetaData] with Product with Serializable
- object GetQueryTimeout extends PreparedStatementOp[Int] with Product with Serializable
- object GetResultSet extends PreparedStatementOp[ResultSet] with Product with Serializable
- object GetResultSetConcurrency extends PreparedStatementOp[Int] with Product with Serializable
- object GetResultSetHoldability extends PreparedStatementOp[Int] with Product with Serializable
- object GetResultSetType extends PreparedStatementOp[Int] with Product with Serializable
- object GetUpdateCount extends PreparedStatementOp[Int] with Product with Serializable
- object GetWarnings extends PreparedStatementOp[SQLWarning] with Product with Serializable
- object IsCloseOnCompletion extends PreparedStatementOp[Boolean] with Product with Serializable
- object IsClosed extends PreparedStatementOp[Boolean] with Product with Serializable
- object IsPoolable extends PreparedStatementOp[Boolean] with Product with Serializable
- object Shift extends PreparedStatementOp[Unit] with Product with Serializable