slick.jdbc

LoggingStatement

Related Doc: package jdbc

class LoggingStatement extends Statement

A wrapper for java.sql.Statement that logs statements and benchmark results to the appropriate JdbcBackend loggers.

Source
LoggingStatement.scala
Linear Supertypes
Statement, AutoCloseable, Wrapper, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LoggingStatement
  2. Statement
  3. AutoCloseable
  4. Wrapper
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LoggingStatement(st: Statement)

Value Members

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

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

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

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

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

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

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

    Definition Classes
    Any
  8. def cancel(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  20. def execute(sql: String): Boolean

    Definition Classes
    LoggingStatement → Statement
  21. def execute(sql: String, autoGeneratedKeys: Int): Boolean

    Definition Classes
    LoggingStatement → Statement
  22. def execute(sql: String, columnIndexes: Array[Int]): Boolean

    Definition Classes
    LoggingStatement → Statement
  23. def execute(sql: String, columnNames: Array[String]): Boolean

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

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

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

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

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

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

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

    Definition Classes
    LoggingStatement → Statement
  31. def executeUpdate(sql: String): Int

    Definition Classes
    LoggingStatement → Statement
  32. def executeUpdate(sql: String, autoGeneratedKeys: Int): Int

    Definition Classes
    LoggingStatement → Statement
  33. def executeUpdate(sql: String, columnIndexes: Array[Int]): Int

    Definition Classes
    LoggingStatement → Statement
  34. def executeUpdate(sql: String, columnNames: Array[String]): Int

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    LoggingStatement → Statement
  47. def getMoreResults(current: Int): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  56. def isCloseOnCompletion(): Boolean

    Definition Classes
    LoggingStatement → Statement
  57. def isClosed(): Boolean

    Definition Classes
    LoggingStatement → Statement
  58. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  59. def isPoolable(): Boolean

    Definition Classes
    LoggingStatement → Statement
  60. def isWrapperFor(iface: Class[_]): Boolean

    Definition Classes
    LoggingStatement → Wrapper
  61. def logged[T](sql: String, what: String = "statement")(f: ⇒ T): T

    Attributes
    protected[this]
    Annotations
    @inline()
  62. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    LoggingStatement → Statement
  66. def setEscapeProcessing(enable: Boolean): Unit

    Definition Classes
    LoggingStatement → Statement
  67. def setFetchDirection(direction: Int): Unit

    Definition Classes
    LoggingStatement → Statement
  68. def setFetchSize(rows: Int): Unit

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

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

    Definition Classes
    LoggingStatement → Statement
  71. def setMaxRows(max: Int): Unit

    Definition Classes
    LoggingStatement → Statement
  72. def setPoolable(poolable: Boolean): Unit

    Definition Classes
    LoggingStatement → Statement
  73. def setQueryTimeout(seconds: Int): Unit

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

    Definition Classes
    AnyRef
  75. def toString(): String

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

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

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

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

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

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

Inherited from Statement

Inherited from AutoCloseable

Inherited from Wrapper

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped