Package

com.rocketfuel.sdbc

base

Permalink

package base

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

Type Members

  1. case class AdditiveIndex(ix: Index, toAdd: Int) extends Index with Product with Serializable

    Permalink
  2. class CloseableIterator[+A] extends TraversableOnce[A] with AutoCloseable

    Permalink

    CloseableIterator has a similar interface to scala.collection.Iterator, but also is Closeable, and combinators return CloseableIterators.

    CloseableIterator has a similar interface to scala.collection.Iterator, but also is Closeable, and combinators return CloseableIterators.

    The iterator will close itself when you get the last value, but otherwise you'll want to close it manually. For instance, calls to drop and take return a CloseableIterator, but it won't close itself when you fully consume it unless it also happens to fully consume the original iterator.

  3. trait CompiledParameterizedQuery extends ParameterizedQuery

    Permalink
  4. trait CompiledQuery extends AnyRef

    Permalink
  5. case class CompiledStatement extends Product with Serializable

    Permalink

    Represents a query with named parameters.

  6. trait Getter extends AnyRef

    Permalink
  7. trait Index extends PartialFunction[RowIndexOps, Int]

    Permalink
  8. case class IntIndex(columnIndex: Int) extends Index with Product with Serializable

    Permalink
  9. trait Logger extends AnyRef

    Permalink
  10. trait ParameterValue extends AnyRef

    Permalink
  11. trait ParameterizedQuery extends AnyRef

    Permalink
  12. trait RowConverter extends AnyRef

    Permalink
  13. trait RowIndexOps extends AnyRef

    Permalink
  14. case class StringIndex(columnLabel: String) extends Index with Product with Serializable

    Permalink

Value Members

  1. object CloseableIterator

    Permalink
  2. object CompiledStatement extends Serializable

    Permalink
  3. object Index

    Permalink
  4. def box(v: Any): AnyRef

    Permalink
  5. def unbox(v: AnyRef): Any

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped