Packages

object StatementOp

Source
statement.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatementOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class AddBatch(a: String) extends StatementOp[Unit] with Product with Serializable
  2. final case class Async1[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit) extends StatementOp[A] with Product with Serializable
  3. final case class Delay[A](a: () ⇒ A) extends StatementOp[A] with Product with Serializable
  4. final case class Embed[A](e: Embedded[A]) extends StatementOp[A] with Product with Serializable
  5. final case class Execute(a: String) extends StatementOp[Boolean] with Product with Serializable
  6. final case class Execute1(a: String, b: Array[Int]) extends StatementOp[Boolean] with Product with Serializable
  7. final case class Execute2(a: String, b: Array[String]) extends StatementOp[Boolean] with Product with Serializable
  8. final case class Execute3(a: String, b: Int) extends StatementOp[Boolean] with Product with Serializable
  9. final case class ExecuteLargeUpdate(a: String) extends StatementOp[Long] with Product with Serializable
  10. final case class ExecuteLargeUpdate1(a: String, b: Array[Int]) extends StatementOp[Long] with Product with Serializable
  11. final case class ExecuteLargeUpdate2(a: String, b: Array[String]) extends StatementOp[Long] with Product with Serializable
  12. final case class ExecuteLargeUpdate3(a: String, b: Int) extends StatementOp[Long] with Product with Serializable
  13. final case class ExecuteQuery(a: String) extends StatementOp[ResultSet] with Product with Serializable
  14. final case class ExecuteUpdate(a: String) extends StatementOp[Int] with Product with Serializable
  15. final case class ExecuteUpdate1(a: String, b: Array[Int]) extends StatementOp[Int] with Product with Serializable
  16. final case class ExecuteUpdate2(a: String, b: Array[String]) extends StatementOp[Int] with Product with Serializable
  17. final case class ExecuteUpdate3(a: String, b: Int) extends StatementOp[Int] with Product with Serializable
  18. final case class GetMoreResults1(a: Int) extends StatementOp[Boolean] with Product with Serializable
  19. final case class HandleErrorWith[A](fa: StatementIO[A], f: (Throwable) ⇒ StatementIO[A]) extends StatementOp[A] with Product with Serializable
  20. final case class IsWrapperFor(a: Class[_]) extends StatementOp[Boolean] with Product with Serializable
  21. final case class Raw[A](f: (Statement) ⇒ A) extends StatementOp[A] with Product with Serializable
  22. final case class SetCursorName(a: String) extends StatementOp[Unit] with Product with Serializable
  23. final case class SetEscapeProcessing(a: Boolean) extends StatementOp[Unit] with Product with Serializable
  24. final case class SetFetchDirection(a: Int) extends StatementOp[Unit] with Product with Serializable
  25. final case class SetFetchSize(a: Int) extends StatementOp[Unit] with Product with Serializable
  26. final case class SetLargeMaxRows(a: Long) extends StatementOp[Unit] with Product with Serializable
  27. final case class SetMaxFieldSize(a: Int) extends StatementOp[Unit] with Product with Serializable
  28. final case class SetMaxRows(a: Int) extends StatementOp[Unit] with Product with Serializable
  29. final case class SetPoolable(a: Boolean) extends StatementOp[Unit] with Product with Serializable
  30. final case class SetQueryTimeout(a: Int) extends StatementOp[Unit] with Product with Serializable
  31. final case class Unwrap[T](a: Class[T]) extends StatementOp[T] with Product with Serializable
  32. trait Visitor[F[_]] extends ~>[StatementOp, F]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val StatementOpEmbeddable: Embeddable[StatementOp, Statement]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  21. object Cancel extends StatementOp[Unit] with Product with Serializable
  22. object ClearBatch extends StatementOp[Unit] with Product with Serializable
  23. object ClearWarnings extends StatementOp[Unit] with Product with Serializable
  24. object Close extends StatementOp[Unit] with Product with Serializable
  25. object CloseOnCompletion extends StatementOp[Unit] with Product with Serializable
  26. object ExecuteBatch extends StatementOp[Array[Int]] with Product with Serializable
  27. object ExecuteLargeBatch extends StatementOp[Array[Long]] with Product with Serializable
  28. object GetConnection extends StatementOp[Connection] with Product with Serializable
  29. object GetFetchDirection extends StatementOp[Int] with Product with Serializable
  30. object GetFetchSize extends StatementOp[Int] with Product with Serializable
  31. object GetGeneratedKeys extends StatementOp[ResultSet] with Product with Serializable
  32. object GetLargeMaxRows extends StatementOp[Long] with Product with Serializable
  33. object GetLargeUpdateCount extends StatementOp[Long] with Product with Serializable
  34. object GetMaxFieldSize extends StatementOp[Int] with Product with Serializable
  35. object GetMaxRows extends StatementOp[Int] with Product with Serializable
  36. object GetMoreResults extends StatementOp[Boolean] with Product with Serializable
  37. object GetQueryTimeout extends StatementOp[Int] with Product with Serializable
  38. object GetResultSet extends StatementOp[ResultSet] with Product with Serializable
  39. object GetResultSetConcurrency extends StatementOp[Int] with Product with Serializable
  40. object GetResultSetHoldability extends StatementOp[Int] with Product with Serializable
  41. object GetResultSetType extends StatementOp[Int] with Product with Serializable
  42. object GetUpdateCount extends StatementOp[Int] with Product with Serializable
  43. object GetWarnings extends StatementOp[SQLWarning] with Product with Serializable
  44. object IsCloseOnCompletion extends StatementOp[Boolean] with Product with Serializable
  45. object IsClosed extends StatementOp[Boolean] with Product with Serializable
  46. object IsPoolable extends StatementOp[Boolean] with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped