object CallableStatementOp
- Source
- callablestatement.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CallableStatementOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class AddBatch1(a: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class Async1[A](k: ((Either[Throwable, A]) => Unit) => Unit) extends CallableStatementOp[A] with Product with Serializable
- final case class AsyncF[A](k: ((Either[Throwable, A]) => Unit) => CallableStatementIO[Unit]) extends CallableStatementOp[A] with Product with Serializable
- final case class BracketCase[A, B](acquire: CallableStatementIO[A], use: (A) => CallableStatementIO[B], release: (A, ExitCase[Throwable]) => CallableStatementIO[Unit]) extends CallableStatementOp[B] with Product with Serializable
- final case class Delay[A](a: () => A) extends CallableStatementOp[A] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends CallableStatementOp[A] with Product with Serializable
- final case class EvalOn[A](ec: ExecutionContext, fa: CallableStatementIO[A]) extends CallableStatementOp[A] with Product with Serializable
- final case class Execute1(a: String) extends CallableStatementOp[Boolean] with Product with Serializable
- final case class Execute2(a: String, b: Array[Int]) extends CallableStatementOp[Boolean] with Product with Serializable
- final case class Execute3(a: String, b: Array[String]) extends CallableStatementOp[Boolean] with Product with Serializable
- final case class Execute4(a: String, b: Int) extends CallableStatementOp[Boolean] with Product with Serializable
- final case class ExecuteLargeUpdate1(a: String) extends CallableStatementOp[Long] with Product with Serializable
- final case class ExecuteLargeUpdate2(a: String, b: Array[Int]) extends CallableStatementOp[Long] with Product with Serializable
- final case class ExecuteLargeUpdate3(a: String, b: Array[String]) extends CallableStatementOp[Long] with Product with Serializable
- final case class ExecuteLargeUpdate4(a: String, b: Int) extends CallableStatementOp[Long] with Product with Serializable
- final case class ExecuteQuery1(a: String) extends CallableStatementOp[ResultSet] with Product with Serializable
- final case class ExecuteUpdate1(a: String) extends CallableStatementOp[Int] with Product with Serializable
- final case class ExecuteUpdate2(a: String, b: Array[Int]) extends CallableStatementOp[Int] with Product with Serializable
- final case class ExecuteUpdate3(a: String, b: Array[String]) extends CallableStatementOp[Int] with Product with Serializable
- final case class ExecuteUpdate4(a: String, b: Int) extends CallableStatementOp[Int] with Product with Serializable
- final case class GetArray(a: Int) extends CallableStatementOp[Array] with Product with Serializable
- final case class GetArray1(a: String) extends CallableStatementOp[Array] with Product with Serializable
- final case class GetBigDecimal(a: Int) extends CallableStatementOp[BigDecimal] with Product with Serializable
- final case class GetBigDecimal1(a: Int, b: Int) extends CallableStatementOp[BigDecimal] with Product with Serializable
- final case class GetBigDecimal2(a: String) extends CallableStatementOp[BigDecimal] with Product with Serializable
- final case class GetBlob(a: Int) extends CallableStatementOp[Blob] with Product with Serializable
- final case class GetBlob1(a: String) extends CallableStatementOp[Blob] with Product with Serializable
- final case class GetBoolean(a: Int) extends CallableStatementOp[Boolean] with Product with Serializable
- final case class GetBoolean1(a: String) extends CallableStatementOp[Boolean] with Product with Serializable
- final case class GetByte(a: Int) extends CallableStatementOp[Byte] with Product with Serializable
- final case class GetByte1(a: String) extends CallableStatementOp[Byte] with Product with Serializable
- final case class GetBytes(a: Int) extends CallableStatementOp[Array[Byte]] with Product with Serializable
- final case class GetBytes1(a: String) extends CallableStatementOp[Array[Byte]] with Product with Serializable
- final case class GetCharacterStream(a: Int) extends CallableStatementOp[Reader] with Product with Serializable
- final case class GetCharacterStream1(a: String) extends CallableStatementOp[Reader] with Product with Serializable
- final case class GetClob(a: Int) extends CallableStatementOp[Clob] with Product with Serializable
- final case class GetClob1(a: String) extends CallableStatementOp[Clob] with Product with Serializable
- final case class GetDate(a: Int) extends CallableStatementOp[Date] with Product with Serializable
- final case class GetDate1(a: Int, b: Calendar) extends CallableStatementOp[Date] with Product with Serializable
- final case class GetDate2(a: String) extends CallableStatementOp[Date] with Product with Serializable
- final case class GetDate3(a: String, b: Calendar) extends CallableStatementOp[Date] with Product with Serializable
- final case class GetDouble(a: Int) extends CallableStatementOp[Double] with Product with Serializable
- final case class GetDouble1(a: String) extends CallableStatementOp[Double] with Product with Serializable
- final case class GetFloat(a: Int) extends CallableStatementOp[Float] with Product with Serializable
- final case class GetFloat1(a: String) extends CallableStatementOp[Float] with Product with Serializable
- final case class GetInt(a: Int) extends CallableStatementOp[Int] with Product with Serializable
- final case class GetInt1(a: String) extends CallableStatementOp[Int] with Product with Serializable
- final case class GetLong(a: Int) extends CallableStatementOp[Long] with Product with Serializable
- final case class GetLong1(a: String) extends CallableStatementOp[Long] with Product with Serializable
- final case class GetMoreResults1(a: Int) extends CallableStatementOp[Boolean] with Product with Serializable
- final case class GetNCharacterStream(a: Int) extends CallableStatementOp[Reader] with Product with Serializable
- final case class GetNCharacterStream1(a: String) extends CallableStatementOp[Reader] with Product with Serializable
- final case class GetNClob(a: Int) extends CallableStatementOp[NClob] with Product with Serializable
- final case class GetNClob1(a: String) extends CallableStatementOp[NClob] with Product with Serializable
- final case class GetNString(a: Int) extends CallableStatementOp[String] with Product with Serializable
- final case class GetNString1(a: String) extends CallableStatementOp[String] with Product with Serializable
- final case class GetObject(a: Int) extends CallableStatementOp[AnyRef] with Product with Serializable
- final case class GetObject1[T](a: Int, b: Class[T]) extends CallableStatementOp[T] with Product with Serializable
- final case class GetObject2(a: Int, b: Map[String, Class[_]]) extends CallableStatementOp[AnyRef] with Product with Serializable
- final case class GetObject3(a: String) extends CallableStatementOp[AnyRef] with Product with Serializable
- final case class GetObject4[T](a: String, b: Class[T]) extends CallableStatementOp[T] with Product with Serializable
- final case class GetObject5(a: String, b: Map[String, Class[_]]) extends CallableStatementOp[AnyRef] with Product with Serializable
- final case class GetRef(a: Int) extends CallableStatementOp[Ref] with Product with Serializable
- final case class GetRef1(a: String) extends CallableStatementOp[Ref] with Product with Serializable
- final case class GetRowId(a: Int) extends CallableStatementOp[RowId] with Product with Serializable
- final case class GetRowId1(a: String) extends CallableStatementOp[RowId] with Product with Serializable
- final case class GetSQLXML(a: Int) extends CallableStatementOp[SQLXML] with Product with Serializable
- final case class GetSQLXML1(a: String) extends CallableStatementOp[SQLXML] with Product with Serializable
- final case class GetShort(a: Int) extends CallableStatementOp[Short] with Product with Serializable
- final case class GetShort1(a: String) extends CallableStatementOp[Short] with Product with Serializable
- final case class GetString(a: Int) extends CallableStatementOp[String] with Product with Serializable
- final case class GetString1(a: String) extends CallableStatementOp[String] with Product with Serializable
- final case class GetTime(a: Int) extends CallableStatementOp[Time] with Product with Serializable
- final case class GetTime1(a: Int, b: Calendar) extends CallableStatementOp[Time] with Product with Serializable
- final case class GetTime2(a: String) extends CallableStatementOp[Time] with Product with Serializable
- final case class GetTime3(a: String, b: Calendar) extends CallableStatementOp[Time] with Product with Serializable
- final case class GetTimestamp(a: Int) extends CallableStatementOp[Timestamp] with Product with Serializable
- final case class GetTimestamp1(a: Int, b: Calendar) extends CallableStatementOp[Timestamp] with Product with Serializable
- final case class GetTimestamp2(a: String) extends CallableStatementOp[Timestamp] with Product with Serializable
- final case class GetTimestamp3(a: String, b: Calendar) extends CallableStatementOp[Timestamp] with Product with Serializable
- final case class GetURL(a: Int) extends CallableStatementOp[URL] with Product with Serializable
- final case class GetURL1(a: String) extends CallableStatementOp[URL] with Product with Serializable
- final case class HandleErrorWith[A](fa: CallableStatementIO[A], f: (Throwable) => CallableStatementIO[A]) extends CallableStatementOp[A] with Product with Serializable
- final case class IsWrapperFor(a: Class[_]) extends CallableStatementOp[Boolean] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends CallableStatementOp[A] with Product with Serializable
- final case class Raw[A](f: (CallableStatement) => A) extends CallableStatementOp[A] with Product with Serializable
- final case class RegisterOutParameter(a: Int, b: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter1(a: Int, b: Int, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter10(a: String, b: SQLType, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter11(a: String, b: SQLType, c: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter2(a: Int, b: Int, c: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter3(a: Int, b: SQLType) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter4(a: Int, b: SQLType, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter5(a: Int, b: SQLType, c: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter6(a: String, b: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter7(a: String, b: Int, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter8(a: String, b: Int, c: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class RegisterOutParameter9(a: String, b: SQLType) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetArray(a: Int, b: Array) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetAsciiStream(a: Int, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetAsciiStream1(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetAsciiStream2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetAsciiStream3(a: String, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetAsciiStream4(a: String, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetAsciiStream5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBigDecimal(a: Int, b: BigDecimal) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBigDecimal1(a: String, b: BigDecimal) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBinaryStream(a: Int, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBinaryStream1(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBinaryStream2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBinaryStream3(a: String, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBinaryStream4(a: String, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBinaryStream5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBlob(a: Int, b: Blob) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBlob1(a: Int, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBlob2(a: Int, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBlob3(a: String, b: Blob) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBlob4(a: String, b: InputStream) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBlob5(a: String, b: InputStream, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBoolean(a: Int, b: Boolean) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBoolean1(a: String, b: Boolean) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetByte(a: Int, b: Byte) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetByte1(a: String, b: Byte) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBytes(a: Int, b: Array[Byte]) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetBytes1(a: String, b: Array[Byte]) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetCharacterStream(a: Int, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetCharacterStream1(a: Int, b: Reader, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetCharacterStream2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetCharacterStream3(a: String, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetCharacterStream4(a: String, b: Reader, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetCharacterStream5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetClob(a: Int, b: Clob) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetClob1(a: Int, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetClob2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetClob3(a: String, b: Clob) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetClob4(a: String, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetClob5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetCursorName(a: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetDate(a: Int, b: Date) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetDate1(a: Int, b: Date, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetDate2(a: String, b: Date) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetDate3(a: String, b: Date, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetDouble(a: Int, b: Double) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetDouble1(a: String, b: Double) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetEscapeProcessing(a: Boolean) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetFetchDirection(a: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetFetchSize(a: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetFloat(a: Int, b: Float) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetFloat1(a: String, b: Float) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetInt(a: Int, b: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetInt1(a: String, b: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetLargeMaxRows(a: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetLong(a: Int, b: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetLong1(a: String, b: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetMaxFieldSize(a: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetMaxRows(a: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNCharacterStream(a: Int, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNCharacterStream1(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNCharacterStream2(a: String, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNCharacterStream3(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNClob(a: Int, b: NClob) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNClob1(a: Int, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNClob2(a: Int, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNClob3(a: String, b: NClob) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNClob4(a: String, b: Reader) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNClob5(a: String, b: Reader, c: Long) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNString(a: Int, b: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNString1(a: String, b: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNull(a: Int, b: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNull1(a: Int, b: Int, c: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNull2(a: String, b: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetNull3(a: String, b: Int, c: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject(a: Int, b: AnyRef) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject1(a: Int, b: AnyRef, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject2(a: Int, b: AnyRef, c: Int, d: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject3(a: Int, b: AnyRef, c: SQLType) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject4(a: Int, b: AnyRef, c: SQLType, d: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject5(a: String, b: AnyRef) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject6(a: String, b: AnyRef, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject7(a: String, b: AnyRef, c: Int, d: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject8(a: String, b: AnyRef, c: SQLType) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetObject9(a: String, b: AnyRef, c: SQLType, d: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetPoolable(a: Boolean) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetQueryTimeout(a: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetRef(a: Int, b: Ref) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetRowId(a: Int, b: RowId) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetRowId1(a: String, b: RowId) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetSQLXML(a: Int, b: SQLXML) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetSQLXML1(a: String, b: SQLXML) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetShort(a: Int, b: Short) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetShort1(a: String, b: Short) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetString(a: Int, b: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetString1(a: String, b: String) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetTime(a: Int, b: Time) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetTime1(a: Int, b: Time, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetTime2(a: String, b: Time) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetTime3(a: String, b: Time, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetTimestamp(a: Int, b: Timestamp) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetTimestamp1(a: Int, b: Timestamp, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetTimestamp2(a: String, b: Timestamp) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetTimestamp3(a: String, b: Timestamp, c: Calendar) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetURL(a: Int, b: URL) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetURL1(a: String, b: URL) extends CallableStatementOp[Unit] with Product with Serializable
- final case class SetUnicodeStream(a: Int, b: InputStream, c: Int) extends CallableStatementOp[Unit] with Product with Serializable
- final case class Unwrap[T](a: Class[T]) extends CallableStatementOp[T] with Product with Serializable
- trait Visitor[F[_]] extends ~>[CallableStatementOp, 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 CallableStatementOpEmbeddable: Embeddable[CallableStatementOp, CallableStatement]
- 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 CallableStatementOp[Unit] with Product with Serializable
- object Cancel extends CallableStatementOp[Unit] with Product with Serializable
- object ClearBatch extends CallableStatementOp[Unit] with Product with Serializable
- object ClearParameters extends CallableStatementOp[Unit] with Product with Serializable
- object ClearWarnings extends CallableStatementOp[Unit] with Product with Serializable
- object Close extends CallableStatementOp[Unit] with Product with Serializable
- object CloseOnCompletion extends CallableStatementOp[Unit] with Product with Serializable
- object Execute extends CallableStatementOp[Boolean] with Product with Serializable
- object ExecuteBatch extends CallableStatementOp[Array[Int]] with Product with Serializable
- object ExecuteLargeBatch extends CallableStatementOp[Array[Long]] with Product with Serializable
- object ExecuteLargeUpdate extends CallableStatementOp[Long] with Product with Serializable
- object ExecuteQuery extends CallableStatementOp[ResultSet] with Product with Serializable
- object ExecuteUpdate extends CallableStatementOp[Int] with Product with Serializable
- object GetConnection extends CallableStatementOp[Connection] with Product with Serializable
- object GetFetchDirection extends CallableStatementOp[Int] with Product with Serializable
- object GetFetchSize extends CallableStatementOp[Int] with Product with Serializable
- object GetGeneratedKeys extends CallableStatementOp[ResultSet] with Product with Serializable
- object GetLargeMaxRows extends CallableStatementOp[Long] with Product with Serializable
- object GetLargeUpdateCount extends CallableStatementOp[Long] with Product with Serializable
- object GetMaxFieldSize extends CallableStatementOp[Int] with Product with Serializable
- object GetMaxRows extends CallableStatementOp[Int] with Product with Serializable
- object GetMetaData extends CallableStatementOp[ResultSetMetaData] with Product with Serializable
- object GetMoreResults extends CallableStatementOp[Boolean] with Product with Serializable
- object GetParameterMetaData extends CallableStatementOp[ParameterMetaData] with Product with Serializable
- object GetQueryTimeout extends CallableStatementOp[Int] with Product with Serializable
- object GetResultSet extends CallableStatementOp[ResultSet] with Product with Serializable
- object GetResultSetConcurrency extends CallableStatementOp[Int] with Product with Serializable
- object GetResultSetHoldability extends CallableStatementOp[Int] with Product with Serializable
- object GetResultSetType extends CallableStatementOp[Int] with Product with Serializable
- object GetUpdateCount extends CallableStatementOp[Int] with Product with Serializable
- object GetWarnings extends CallableStatementOp[SQLWarning] with Product with Serializable
- object IsCloseOnCompletion extends CallableStatementOp[Boolean] with Product with Serializable
- object IsClosed extends CallableStatementOp[Boolean] with Product with Serializable
- object IsPoolable extends CallableStatementOp[Boolean] with Product with Serializable
- object Shift extends CallableStatementOp[Unit] with Product with Serializable
- object WasNull extends CallableStatementOp[Boolean] with Product with Serializable