object ConnectionOp
- Source
- connection.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Abort(a: Executor) extends ConnectionOp[Unit] with Product with Serializable
- final case class Async1[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit) extends ConnectionOp[A] with Product with Serializable
- final case class AsyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ ConnectionIO[Unit]) extends ConnectionOp[A] with Product with Serializable
- final case class BracketCase[A, B](acquire: ConnectionIO[A], use: (A) ⇒ ConnectionIO[B], release: (A, ExitCase[Throwable]) ⇒ ConnectionIO[Unit]) extends ConnectionOp[B] with Product with Serializable
- final case class CreateArrayOf(a: String, b: Array[AnyRef]) extends ConnectionOp[Array] with Product with Serializable
- final case class CreateStatement1(a: Int, b: Int) extends ConnectionOp[Statement] with Product with Serializable
- final case class CreateStatement2(a: Int, b: Int, c: Int) extends ConnectionOp[Statement] with Product with Serializable
- final case class CreateStruct(a: String, b: Array[AnyRef]) extends ConnectionOp[Struct] with Product with Serializable
- final case class Delay[A](a: () ⇒ A) extends ConnectionOp[A] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends ConnectionOp[A] with Product with Serializable
- final case class EvalOn[A](ec: ExecutionContext, fa: ConnectionIO[A]) extends ConnectionOp[A] with Product with Serializable
- final case class GetClientInfo1(a: String) extends ConnectionOp[String] with Product with Serializable
- final case class HandleErrorWith[A](fa: ConnectionIO[A], f: (Throwable) ⇒ ConnectionIO[A]) extends ConnectionOp[A] with Product with Serializable
- final case class IsValid(a: Int) extends ConnectionOp[Boolean] with Product with Serializable
- final case class IsWrapperFor(a: Class[_]) extends ConnectionOp[Boolean] with Product with Serializable
- final case class NativeSQL(a: String) extends ConnectionOp[String] with Product with Serializable
- final case class PrepareCall(a: String) extends ConnectionOp[CallableStatement] with Product with Serializable
- final case class PrepareCall1(a: String, b: Int, c: Int) extends ConnectionOp[CallableStatement] with Product with Serializable
- final case class PrepareCall2(a: String, b: Int, c: Int, d: Int) extends ConnectionOp[CallableStatement] with Product with Serializable
- final case class PrepareStatement(a: String) extends ConnectionOp[PreparedStatement] with Product with Serializable
- final case class PrepareStatement1(a: String, b: Array[Int]) extends ConnectionOp[PreparedStatement] with Product with Serializable
- final case class PrepareStatement2(a: String, b: Array[String]) extends ConnectionOp[PreparedStatement] with Product with Serializable
- final case class PrepareStatement3(a: String, b: Int) extends ConnectionOp[PreparedStatement] with Product with Serializable
- final case class PrepareStatement4(a: String, b: Int, c: Int) extends ConnectionOp[PreparedStatement] with Product with Serializable
- final case class PrepareStatement5(a: String, b: Int, c: Int, d: Int) extends ConnectionOp[PreparedStatement] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends ConnectionOp[A] with Product with Serializable
- final case class Raw[A](f: (Connection) ⇒ A) extends ConnectionOp[A] with Product with Serializable
- final case class ReleaseSavepoint(a: Savepoint) extends ConnectionOp[Unit] with Product with Serializable
- final case class Rollback1(a: Savepoint) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetAutoCommit(a: Boolean) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetCatalog(a: String) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetClientInfo(a: Properties) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetClientInfo1(a: String, b: String) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetHoldability(a: Int) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetNetworkTimeout(a: Executor, b: Int) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetReadOnly(a: Boolean) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetSavepoint1(a: String) extends ConnectionOp[Savepoint] with Product with Serializable
- final case class SetSchema(a: String) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetTransactionIsolation(a: Int) extends ConnectionOp[Unit] with Product with Serializable
- final case class SetTypeMap(a: Map[String, Class[_]]) extends ConnectionOp[Unit] with Product with Serializable
- final case class Unwrap[T](a: Class[T]) extends ConnectionOp[T] with Product with Serializable
- trait Visitor[F[_]] extends ~>[ConnectionOp, 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 ConnectionOpEmbeddable: Embeddable[ConnectionOp, Connection]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object ClearWarnings extends ConnectionOp[Unit] with Product with Serializable
- object Close extends ConnectionOp[Unit] with Product with Serializable
- object Commit extends ConnectionOp[Unit] with Product with Serializable
- object CreateBlob extends ConnectionOp[Blob] with Product with Serializable
- object CreateClob extends ConnectionOp[Clob] with Product with Serializable
- object CreateNClob extends ConnectionOp[NClob] with Product with Serializable
- object CreateSQLXML extends ConnectionOp[SQLXML] with Product with Serializable
- object CreateStatement extends ConnectionOp[Statement] with Product with Serializable
- object GetAutoCommit extends ConnectionOp[Boolean] with Product with Serializable
- object GetCatalog extends ConnectionOp[String] with Product with Serializable
- object GetClientInfo extends ConnectionOp[Properties] with Product with Serializable
- object GetHoldability extends ConnectionOp[Int] with Product with Serializable
- object GetMetaData extends ConnectionOp[DatabaseMetaData] with Product with Serializable
- object GetNetworkTimeout extends ConnectionOp[Int] with Product with Serializable
- object GetSchema extends ConnectionOp[String] with Product with Serializable
- object GetTransactionIsolation extends ConnectionOp[Int] with Product with Serializable
- object GetTypeMap extends ConnectionOp[Map[String, Class[_ <: AnyRef]]] with Product with Serializable
- object GetWarnings extends ConnectionOp[SQLWarning] with Product with Serializable
- object IsClosed extends ConnectionOp[Boolean] with Product with Serializable
- object IsReadOnly extends ConnectionOp[Boolean] with Product with Serializable
- object Rollback extends ConnectionOp[Unit] with Product with Serializable
- object SetSavepoint extends ConnectionOp[Savepoint] with Product with Serializable
- object Shift extends ConnectionOp[Unit] with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated