Object/Class

com.rocketfuel.sdbc.base.jdbc.Batch

Batch

Related Docs: class Batch | package Batch

Permalink

object Batch extends Logger

Linear Supertypes
Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Batch
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Part(statement: (jdbc.Batch.this)#CompiledStatement, parameters: (jdbc.Batch.this)#Parameters = Parameters.empty) extends (jdbc.Batch.this)#CompiledParameterizedQuery[Part] with Product with Serializable

    Permalink

    A minimal query to assist in creating batches.

  2. trait Partable[Key] extends (Key) ⇒ Part

    Permalink
  3. case class Result(statement: (jdbc.Batch.this)#CompiledStatement, updateCounts: Vector[((jdbc.Batch.this)#Parameters, Long)]) extends Product with Serializable

    Permalink
  4. case class Results(results: Map[(jdbc.Batch.this)#CompiledStatement, Vector[((jdbc.Batch.this)#Parameters, Long)]]) extends Product with Serializable

    Permalink
  5. trait syntax extends AnyRef

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Partable

    Permalink
  5. def apply(queries: Vector[(jdbc.Batch.this)#CompiledParameterizedQuery[_]]): (jdbc.Batch.this)#Batch

    Permalink
  6. def apply(queries: (jdbc.Batch.this)#CompiledParameterizedQuery[_]*): (jdbc.Batch.this)#Batch

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def batch(batches: Map[(jdbc.Batch.this)#CompiledStatement, Vector[(jdbc.Batch.this)#Parameters]])(implicit connection: (jdbc.Batch.this)#Connection): Results

    Permalink
  9. def batch(queries: (jdbc.Batch.this)#CompiledParameterizedQuery[_]*)(implicit connection: (jdbc.Batch.this)#Connection): Results

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val empty: (jdbc.Batch.this)#Batch

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val log: typesafe.scalalogging.Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  19. def logClass: Class[jdbc.Batch]

    Permalink
    Attributes
    protected
    Definition Classes
    Batch → Logger
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def pipe[F[_]](implicit async: Async[F], pool: (jdbc.Batch.this)#Pool): Pipe[F, (jdbc.Batch.this)#CompiledParameterizedQuery[_], Result]

    Permalink

    Run queries by taking chunks from an input stream and batching parameters with common statements together.

    Run queries by taking chunks from an input stream and batching parameters with common statements together.

    Use the various chunk methods on your input stream to group the appropriate number of queries together for batching. See Stream.groupAdjacentBy.

  24. def prepare(compiledStatement: (jdbc.Batch.this)#CompiledStatement, batches: Vector[(jdbc.Batch.this)#Parameters])(implicit connection: (jdbc.Batch.this)#Connection): (jdbc.Batch.this)#PreparedStatement

    Permalink
    Attributes
    protected
  25. def stream[F[_]](batches: Map[(jdbc.Batch.this)#CompiledStatement, Vector[(jdbc.Batch.this)#Parameters]])(implicit async: Async[F], pool: (jdbc.Batch.this)#Pool): Stream[F, Result]

    Permalink
  26. def stream[F[_]](queries: (jdbc.Batch.this)#CompiledParameterizedQuery[_]*)(implicit async: Async[F], pool: (jdbc.Batch.this)#Pool): Stream[F, Result]

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. object syntax extends syntax

    Permalink
  29. def toBatches(queries: Seq[(jdbc.Batch.this)#CompiledParameterizedQuery[_]]): Map[(jdbc.Batch.this)#CompiledStatement, Vector[(jdbc.Batch.this)#Parameters]]

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def unapply(b: (jdbc.Batch.this)#Batch): Option[Map[(jdbc.Batch.this)#CompiledStatement, Vector[(jdbc.Batch.this)#Parameters]]]

    Permalink
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped