Package

sqlest

extractor

Permalink

package extractor

Visibility
  1. Public
  2. All

Type Members

  1. trait ColumnExtractorSetters extends AnyRef

    Permalink
  2. trait ColumnExtractorSyntax extends AnyRef

    Permalink
  3. case class IndexedExtractor[A](index: Int)(implicit columnType: ColumnType[A]) extends CellExtractor[ResultSet, A] with Product with Serializable

    Permalink

    An extractor that has an index associated with it.

    An extractor that has an index associated with it.

    This extractor is only for internal use when accessing generated keys

Ungrouped