Packages

package jdbc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class BatchConfig[T](batchSize: Int, prepare: (T) => Unit, flush: () => Unit) extends Product with Serializable
  2. class Batcher[T] extends (T) => Unit with AutoCloseable
  3. trait Jdbc extends AnyRef
  4. trait JdbcOps[Source] extends AnyRef

Value Members

  1. object Batcher
  2. object Jdbc extends Jdbc
  3. object JdbcOps

Ungrouped