sqlest

extractor

package extractor

Visibility
  1. Public
  2. All

Type Members

  1. trait ColumnExtractorSetters extends AnyRef

  2. trait ColumnExtractorSyntax extends AnyRef

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

    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