Packages

c

slick.jdbc.JdbcBackend

StatementParameters

case class StatementParameters(rsType: ResultSetType, rsConcurrency: ResultSetConcurrency, rsHoldability: ResultSetHoldability, statementInit: (Statement) => Unit, fetchSize: Int) extends Product with Serializable

Source
JdbcBackend.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatementParameters
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StatementParameters(rsType: ResultSetType, rsConcurrency: ResultSetConcurrency, rsHoldability: ResultSetHoldability, statementInit: (Statement) => Unit, fetchSize: Int)

Value Members

  1. val fetchSize: Int
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val rsConcurrency: ResultSetConcurrency
  4. val rsHoldability: ResultSetHoldability
  5. val rsType: ResultSetType
  6. val statementInit: (Statement) => Unit