Class

org.gerweck.scala.util.jdbc

WrappedStatement

Related Doc: package jdbc

Permalink

class WrappedStatement extends Statement with WrapperWrapping[Statement]

A wrapper around a JDBC java.sql.Statement.

This is useful to allow you to override or wrap certain methods: you can use this as a base class and override just the methods you care about. Everything else will delegate to the underlying connection.

Source
WrappedStatement.scala
Linear Supertypes
WrapperWrapping[Statement], Statement, AutoCloseable, Wrapper, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrappedStatement
  2. WrapperWrapping
  3. Statement
  4. AutoCloseable
  5. Wrapper
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedStatement(inner: Statement)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedStatement to any2stringadd[WrappedStatement] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WrappedStatement, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedStatement to ArrowAssoc[WrappedStatement] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addBatch(arg0: String): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def cancel(): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  9. def clearBatch(): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  10. def clearWarnings(): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def close(): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement → AutoCloseable
  13. def closeOnCompletion(): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  14. def ensuring(cond: (WrappedStatement) ⇒ Boolean, msg: ⇒ Any): WrappedStatement

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedStatement to Ensuring[WrappedStatement] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (WrappedStatement) ⇒ Boolean): WrappedStatement

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedStatement to Ensuring[WrappedStatement] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): WrappedStatement

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedStatement to Ensuring[WrappedStatement] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): WrappedStatement

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedStatement to Ensuring[WrappedStatement] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    WrapperWrapping → AnyRef → Any
  20. def execute(arg0: String): Boolean

    Permalink
    Definition Classes
    WrappedStatement → Statement
  21. def execute(arg0: String, arg1: Int): Boolean

    Permalink
    Definition Classes
    WrappedStatement → Statement
  22. def execute(arg0: String, arg1: Array[Int]): Boolean

    Permalink
    Definition Classes
    WrappedStatement → Statement
  23. def execute(arg0: String, arg1: Array[String]): Boolean

    Permalink
    Definition Classes
    WrappedStatement → Statement
  24. def executeBatch(): Array[Int]

    Permalink
    Definition Classes
    WrappedStatement → Statement
  25. def executeLargeBatch(): Array[Long]

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  26. def executeLargeUpdate(arg0: String, arg1: Array[String]): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  27. def executeLargeUpdate(arg0: String, arg1: Array[Int]): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  28. def executeLargeUpdate(arg0: String, arg1: Int): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  29. def executeLargeUpdate(arg0: String): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  30. def executeQuery(arg0: String): ResultSet

    Permalink
    Definition Classes
    WrappedStatement → Statement
  31. def executeUpdate(arg0: String): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  32. def executeUpdate(arg0: String, arg1: Int): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  33. def executeUpdate(arg0: String, arg1: Array[Int]): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  34. def executeUpdate(arg0: String, arg1: Array[String]): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  35. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedStatement to StringFormat[WrappedStatement] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  38. def getConnection(): Connection

    Permalink
    Definition Classes
    WrappedStatement → Statement
  39. def getFetchDirection(): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  40. def getFetchSize(): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  41. def getGeneratedKeys(): ResultSet

    Permalink
    Definition Classes
    WrappedStatement → Statement
  42. def getLargeMaxRows(): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  43. def getLargeUpdateCount(): Long

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  44. def getMaxFieldSize(): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  45. def getMaxRows(): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  46. def getMoreResults(): Boolean

    Permalink
    Definition Classes
    WrappedStatement → Statement
  47. def getMoreResults(arg0: Int): Boolean

    Permalink
    Definition Classes
    WrappedStatement → Statement
  48. def getQueryTimeout(): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  49. def getResultSet(): ResultSet

    Permalink
    Definition Classes
    WrappedStatement → Statement
  50. def getResultSetConcurrency(): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  51. def getResultSetHoldability(): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  52. def getResultSetType(): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  53. def getUpdateCount(): Int

    Permalink
    Definition Classes
    WrappedStatement → Statement
  54. def getWarnings(): SQLWarning

    Permalink
    Definition Classes
    WrappedStatement → Statement
  55. def hashCode(): Int

    Permalink
    Definition Classes
    WrapperWrapping → AnyRef → Any
  56. val inner: Statement

    Permalink
    Definition Classes
    WrappedStatementWrapperWrapping
  57. def isCloseOnCompletion(): Boolean

    Permalink
    Definition Classes
    WrappedStatement → Statement
  58. def isClosed(): Boolean

    Permalink
    Definition Classes
    WrappedStatement → Statement
  59. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  60. def isPoolable(): Boolean

    Permalink
    Definition Classes
    WrappedStatement → Statement
  61. def isWrapperFor(clazz: Class[_]): Boolean

    Permalink
    Definition Classes
    WrapperWrapping → Wrapper
  62. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  63. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  65. def setCursorName(arg0: String): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  66. def setEscapeProcessing(arg0: Boolean): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  67. def setFetchDirection(arg0: Int): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  68. def setFetchSize(arg0: Int): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  69. def setLargeMaxRows(arg0: Long): Unit

    Permalink
    Definition Classes
    Statement
    Annotations
    @throws( classOf[java.sql.SQLException] )
  70. def setMaxFieldSize(arg0: Int): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  71. def setMaxRows(arg0: Int): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  72. def setPoolable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  73. def setQueryTimeout(arg0: Int): Unit

    Permalink
    Definition Classes
    WrappedStatement → Statement
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  75. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  76. def unwrap[T](clazz: Class[T]): T

    Permalink
    Definition Classes
    WrapperWrapping → Wrapper
  77. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def [B](y: B): (WrappedStatement, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrappedStatement to ArrowAssoc[WrappedStatement] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from WrapperWrapping[Statement]

Inherited from Statement

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from WrappedStatement to any2stringadd[WrappedStatement]

Inherited by implicit conversion StringFormat from WrappedStatement to StringFormat[WrappedStatement]

Inherited by implicit conversion Ensuring from WrappedStatement to Ensuring[WrappedStatement]

Inherited by implicit conversion ArrowAssoc from WrappedStatement to ArrowAssoc[WrappedStatement]

Ungrouped