package data
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class ColumnIndex extends AnyRef
- final case class DbId[-A](asLong: Long) extends Product with Serializable
- final case class NumRowsAffected(asLong: Long) extends AnyVal with Product with Serializable
- final case class WithDbId[A](id: DbId[A], row: A) extends Product with Serializable
Value Members
- object ColumnIndex
- object DbId extends Serializable
- object NumRowsAffected extends Serializable
- object WithDbId extends Serializable