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 executeQuery(sql: String): ResultSet

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. 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()
  32. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    LoggingStatement → Statement
  37. def getMaxFieldSize(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  52. def isPoolable(): Boolean

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

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

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

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

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

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

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

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

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

    Definition Classes
    LoggingStatement → Statement
  62. def setMaxFieldSize(max: Int): Unit

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

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

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

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

    Definition Classes
    AnyRef
  67. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. 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