trait Visitor[F[_]] extends ~>[StatementOp, F]

Source
statement.scala
Linear Supertypes
FunctionK[StatementOp, F], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Visitor
  2. FunctionK
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addBatch(a: String): F[Unit]
  2. abstract def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): F[A]
  3. abstract def cancel: F[Unit]
  4. abstract def clearBatch: F[Unit]
  5. abstract def clearWarnings: F[Unit]
  6. abstract def close: F[Unit]
  7. abstract def closeOnCompletion: F[Unit]
  8. abstract def delay[A](a: () ⇒ A): F[A]
  9. abstract def embed[A](e: Embedded[A]): F[A]
  10. abstract def execute(a: String, b: Int): F[Boolean]
  11. abstract def execute(a: String, b: Array[String]): F[Boolean]
  12. abstract def execute(a: String, b: Array[Int]): F[Boolean]
  13. abstract def execute(a: String): F[Boolean]
  14. abstract def executeBatch: F[Array[Int]]
  15. abstract def executeLargeBatch: F[Array[Long]]
  16. abstract def executeLargeUpdate(a: String, b: Int): F[Long]
  17. abstract def executeLargeUpdate(a: String, b: Array[String]): F[Long]
  18. abstract def executeLargeUpdate(a: String, b: Array[Int]): F[Long]
  19. abstract def executeLargeUpdate(a: String): F[Long]
  20. abstract def executeQuery(a: String): F[ResultSet]
  21. abstract def executeUpdate(a: String, b: Int): F[Int]
  22. abstract def executeUpdate(a: String, b: Array[String]): F[Int]
  23. abstract def executeUpdate(a: String, b: Array[Int]): F[Int]
  24. abstract def executeUpdate(a: String): F[Int]
  25. abstract def getConnection: F[Connection]
  26. abstract def getFetchDirection: F[Int]
  27. abstract def getFetchSize: F[Int]
  28. abstract def getGeneratedKeys: F[ResultSet]
  29. abstract def getLargeMaxRows: F[Long]
  30. abstract def getLargeUpdateCount: F[Long]
  31. abstract def getMaxFieldSize: F[Int]
  32. abstract def getMaxRows: F[Int]
  33. abstract def getMoreResults(a: Int): F[Boolean]
  34. abstract def getMoreResults: F[Boolean]
  35. abstract def getQueryTimeout: F[Int]
  36. abstract def getResultSet: F[ResultSet]
  37. abstract def getResultSetConcurrency: F[Int]
  38. abstract def getResultSetHoldability: F[Int]
  39. abstract def getResultSetType: F[Int]
  40. abstract def getUpdateCount: F[Int]
  41. abstract def getWarnings: F[SQLWarning]
  42. abstract def handleErrorWith[A](fa: StatementIO[A], f: (Throwable) ⇒ StatementIO[A]): F[A]
  43. abstract def isCloseOnCompletion: F[Boolean]
  44. abstract def isClosed: F[Boolean]
  45. abstract def isPoolable: F[Boolean]
  46. abstract def isWrapperFor(a: Class[_]): F[Boolean]
  47. abstract def raw[A](f: (Statement) ⇒ A): F[A]
  48. abstract def setCursorName(a: String): F[Unit]
  49. abstract def setEscapeProcessing(a: Boolean): F[Unit]
  50. abstract def setFetchDirection(a: Int): F[Unit]
  51. abstract def setFetchSize(a: Int): F[Unit]
  52. abstract def setLargeMaxRows(a: Long): F[Unit]
  53. abstract def setMaxFieldSize(a: Int): F[Unit]
  54. abstract def setMaxRows(a: Int): F[Unit]
  55. abstract def setPoolable(a: Boolean): F[Unit]
  56. abstract def setQueryTimeout(a: Int): F[Unit]
  57. abstract def unwrap[T](a: Class[T]): F[T]

Concrete 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. def and[H[_]](h: FunctionK[StatementOp, H]): FunctionK[StatementOp, [γ$4$]Tuple2K[F, H, γ$4$]]
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[F, H]): FunctionK[StatementOp, H]
    Definition Classes
    FunctionK
  6. final def apply[A](fa: StatementOp[A]): F[A]
    Definition Classes
    Visitor → FunctionK
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def compose[E[_]](f: FunctionK[E, StatementOp]): FunctionK[E, F]
    Definition Classes
    FunctionK
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$1$]EitherK[StatementOp, H, γ$1$], F]
    Definition Classes
    FunctionK
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from FunctionK[StatementOp, F]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped