object KeyColumns

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

Type Members

  1. final case class Named (cols: ImmutSeq[String]) extends KeyColumns with Product with Serializable

    Return keys from the column names given

Value Members

  1. def named(cols: String*): Named

    Return keys from the column names given

  2. object All extends KeyColumns with Product with Serializable

    Return all keys

  3. object None extends KeyColumns with Product with Serializable

    Don't return any keys