object KeyColumns
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyColumns
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
Named
(cols: ImmutSeq[String]) extends KeyColumns with Product with Serializable
Return keys from the column names given
Value Members
-
def
named(cols: String*): Named
Return keys from the column names given
-
object
All
extends KeyColumns with Product with Serializable
Return all keys
-
object
None
extends KeyColumns with Product with Serializable
Don't return any keys
TODO