ColumnOrdered

slick.lifted.ColumnOrdered
case class ColumnOrdered[T](column: Rep[T], ord: Ordering) extends Ordered

A Column with an associated Ordering.

Attributes

Source
Ordered.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Ordered
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asc: ColumnOrdered[T]

Attributes

Source
Ordered.scala

Attributes

Source
Ordered.scala

Attributes

Source
Ordered.scala

Attributes

Source
Ordered.scala

Attributes

Source
Ordered.scala

Attributes

Source
Ordered.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val columns: IndexedSeq[(Node, Ordering)]

Attributes

Inherited from:
Ordered
Source
Ordered.scala